Searched refs:pSymbolList (Results 1 – 3 of 3) sorted by relevance
167 SdrObjList* pSymbolList = this->GetSymbolList(); in GetSymbolGraphic() local168 if( !pSymbolList->GetObjCount() ) in GetSymbolGraphic()172 if( nStandardSymbol >= static_cast<sal_Int32>(pSymbolList->GetObjCount()) ) in GetSymbolGraphic()173 nStandardSymbol %= pSymbolList->GetObjCount(); in GetSymbolGraphic()174 SdrObject* pObj = pSymbolList->GetObj(nStandardSymbol); in GetSymbolGraphic()
135 pSymbolList(NULL), in SvxLineTabPage()272 if(pSymbolList) in ~SvxLineTabPage()1015 if(pSymbolList) in Reset()1017 if(pSymbolList->GetObjCount()) in Reset()1019 nSymTmp=nSymTmp%pSymbolList->GetObjCount(); //Liste wird als cyclisch betrachtet!!! in Reset()1020 pObj=pSymbolList->GetObj(nSymTmp); in Reset()1037 SdrObject *pInvisibleSquare=pSymbolList->GetObj(0); in Reset()1730 if(!pButton->GetPopupMenu()->GetPopupMenu( MN_SYMBOLS ) && pSymbolList) in IMPL_LINK()1750 SdrObject *pInvisibleSquare=pSymbolList->GetObj(0); in IMPL_LINK()1758 SdrObject *pObj=pSymbolList->GetObj(i); in IMPL_LINK()[all …]
132 …SdrObjList* pSymbolList; //a list of symbols to be shown in menu. Symbol at position SID_A… member in SvxLineTabPage
Completed in 27 milliseconds