Searched refs:nStandardSymbol (Results 1 – 5 of 5) sorted by relevance
165 Graphic ViewElementListProvider::GetSymbolGraphic( sal_Int32 nStandardSymbol, const SfxItemSet* pSy… in GetSymbolGraphic() argument170 if(nStandardSymbol<0) in GetSymbolGraphic()171 nStandardSymbol*=-1; 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()
1316 , sal_Int32 nStandardSymbol ) in createPolyPolygon_Symbol() argument1318 if(nStandardSymbol<0) in createPolyPolygon_Symbol()1319 nStandardSymbol*=-1; in createPolyPolygon_Symbol()1320 nStandardSymbol = nStandardSymbol%ShapeFactory::getSymbolCount(); in createPolyPolygon_Symbol()1321 SymbolType eSymbolType=static_cast<SymbolType>(nStandardSymbol); in createPolyPolygon_Symbol()1825 , sal_Int32 nStandardSymbol in createSymbol2D() argument1846 createPolyPolygon_Symbol( rPosition, rSize, nStandardSymbol ) )); in createSymbol2D()
53 …Graphic GetSymbolGraphic( sal_Int32 nStandardSymbol, const SfxItemSet* pSymbolShapePropert…
798 sal_Int32 nStandardSymbol=0;//@todo get from somewhere in executeDlg_ObjectProperties_withoutUndoGuard() local799 …bolGraphic = new Graphic( aViewElementListProvider.GetSymbolGraphic( nStandardSymbol, pSymbolShape… in executeDlg_ObjectProperties_withoutUndoGuard()
141 , sal_Int32 nStandardSymbol
Completed in 30 milliseconds