Searched refs:pStyleMenu (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svtools/workben/ |
H A D | svdem.cxx | 209 FontStyleMenu* pStyleMenu; member in MyWin 913 delete pStyleMenu; in ~MyWin() 1022 pStyleMenu = new FontStyleMenu; in ContextMenu() 1029 pMenu->SetPopupMenu( 2, pStyleMenu ); in ContextMenu() 1035 pStyleMenu->InsertSeparator(); in ContextMenu() 1036 …pStyleMenu->InsertItem( 1, XubString( RTL_CONSTASCII_USTRINGPARAM( "~Underline" ) ), MIB_CHECKABLE… in ContextMenu() 1037 …pStyleMenu->InsertItem( 2, XubString( RTL_CONSTASCII_USTRINGPARAM( "Stri~keout" ) ), MIB_CHECKABLE… in ContextMenu() 1038 …pStyleMenu->InsertItem( 3, XubString( RTL_CONSTASCII_USTRINGPARAM( "~Shadow" ) ), MIB_CHECKABLE | … in ContextMenu() 1039 …pStyleMenu->InsertItem( 4, XubString( RTL_CONSTASCII_USTRINGPARAM( "~Outline" ) ), MIB_CHECKABLE |… in ContextMenu() 1042 pStyleMenu->Fill( pNameMenu->GetCurName(), &aList ); in ContextMenu() [all …]
|
Completed in 9 milliseconds