Ok, I passed two days to understand what's wrong with it and I just found it !
If you look in .cxoffice/default/desktopdata/cxmenu/xdg-xfce-applications you should find your installed apps right ?
for each .desktop file, it dosent include a Categories=
ex for excel desktop file
[Desktop Entry]
Encoding=UTF-8
Type=Application
X-Created-By=cxoffice-6c3ca819-fead-4c71-8912-ec261bb86191
Icon=/home/seb/.cxoffice/winxp/windata/StartMenu.C^5E3A^5Fusers^5Fcrossover^5FStart^2BMenu/Programs/Microsoft+Office/Microsoft+Office+Excel+2007.xpm
Exec="/home/seb/.cxoffice/winxp/desktopdata/cxmenu/StartMenu.C^5E3A^5Fusers^5Fcrossover^5FStart^2BMenu/Programs/Microsoft+Office/Microsoft+Office+Excel+2007"
Name=Microsoft Office Excel 2007
Comment=Effectuez des calculs, analysez des informations et visualisez des données dans des feuilles de calcul à l'aide de Microsoft Office Excel.
The new version should be
[Desktop Entry]
Encoding=UTF-8
Type=Application
X-Created-By=cxoffice-6c3ca819-fead-4c71-8912-ec261bb86191
Icon=/home/seb/.cxoffice/winxp/windata/StartMenu.C^5E3A^5Fusers^5Fcrossover^5FStart^2BMenu/Programs/Microsoft+Office/Microsoft+Office+Excel+2007.xpm
Exec="/home/seb/.cxoffice/winxp/desktopdata/cxmenu/StartMenu.C^5E3A^5Fusers^5Fcrossover^5FStart^2BMenu/Programs/Microsoft+Office/Microsoft+Office+Excel+2007"
Name=Microsoft Office Excel 2007
Comment=Effectuez des calculs, analysez des informations et visualisez des données dans des feuilles de calcul à l'aide de Microsoft Office Excel.
Categories=Windows Application;Microsoft Office
Even if we make a symbolic link for the .directory in the /usr/share/desktop-directories, that's not going to work.
You'll have to edit your /etc/sdg/xubuntu/menus/xfce-applications.menu to add the reference of the new directory
ex
<Menu>
<Name>Windows Application</Name>
<Directory>xWindows-Application.directory</Directory>
<Include>
<Category>Windows Application</Category>
</Include>
<Menu>
<Name>Microsoft Office</Name>
<Directory>xMicrosoft-Office.directory</Directory>
<Include>
<Category>Microsoft Office</Category>
</Include>
</Menu>
</Menu>
Im sorry for my english but it should help a lot of people
As I can see, the proble is not comming from XFCE, but codeweavers prorammer by not putting the Categories= in every .desktop files, not giving the right name of every .directory file and not reediting the xml
To make it simple, And see your icons you could do this command in a terminal and you will see all of your icons in Other
sudo ln -s /home/(your username)/.cxoffice/default/desktopdata/cxmenu/xdg-xfce-applications/ /usr/share/applications/cxofficeapps
sudo ln -s /home/(your username)/.cxoffice/desktopdata/cxoffice-0/cxmenu/xdg-xfce-applications/ /usr/share/applications/cxoffice
reload xfdesktop
sudo xfdesktop --reload
If the reload failed and you see any changes, do this
sudo Thunar
open /home/(your username)/.cxoffice/default/desktopdata/cxmenu/xdg-xfce-applications/
cut a .desktop file and paste it in the /usr/share/applications/ directory :)
after delete it
voila ! c'est simple