Searched refs:sSym (Results 1 – 2 of 2) sorted by relevance
772 String sSym; in InsertSymbol() local776 sSym = ((const SfxStringItem*)pItem)->GetValue(); in InsertSymbol()802 if(!sSym.Len()) in InsertSymbol()833 sSym = pCItem->GetValue(); in InsertSymbol()842 if( sSym.Len() ) in InsertSymbol()858 pOLV->InsertText( sSym ); in InsertSymbol()866 nScript = pBreakIt->GetAllScriptsOfText( sSym ); in InsertSymbol()888 rReq.AppendItem( SfxStringItem( GetPool().GetWhich(SID_CHARMAP), sSym ) ); in InsertSymbol()
1656 String sSym; in InsertSymbol() local1660 sSym = ((const SfxStringItem*)pItem)->GetValue(); in InsertSymbol()1686 if( !sSym.Len() ) in InsertSymbol()1719 sSym = pCItem->GetValue(); in InsertSymbol()1728 if( sSym.Len() ) in InsertSymbol()1744 pOLV->InsertText( sSym); in InsertSymbol()1752 sal_uInt16 nScriptBreak = pBreakIt->GetAllScriptsOfText( sSym ); in InsertSymbol()1774 rReq.AppendItem( SfxStringItem( GetPool().GetWhich(SID_CHARMAP), sSym ) ); in InsertSymbol()
Completed in 26 milliseconds