Home
last modified time | relevance | path

Searched refs:pSymbolList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx167 SdrObjList* pSymbolList = this->GetSymbolList(); in GetSymbolGraphic() local
168 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()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx135 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 …]
/trunk/main/cui/source/inc/
H A Dcuitabline.hxx132 …SdrObjList* pSymbolList; //a list of symbols to be shown in menu. Symbol at position SID_A… member in SvxLineTabPage

Completed in 35 milliseconds