Home
last modified time | relevance | path

Searched refs:nStandardSymbol (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx165 Graphic ViewElementListProvider::GetSymbolGraphic( sal_Int32 nStandardSymbol, const SfxItemSet* pSy… in GetSymbolGraphic() argument
170 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()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx1316 , sal_Int32 nStandardSymbol ) in createPolyPolygon_Symbol() argument
1318 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() argument
1846 createPolyPolygon_Symbol( rPosition, rSize, nStandardSymbol ) )); in createSymbol2D()
/trunk/main/chart2/source/controller/inc/
H A DViewElementListProvider.hxx53 …Graphic GetSymbolGraphic( sal_Int32 nStandardSymbol, const SfxItemSet* pSymbolShapePropert…
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx798 sal_Int32 nStandardSymbol=0;//@todo get from somewhere in executeDlg_ObjectProperties_withoutUndoGuard() local
799 …bolGraphic = new Graphic( aViewElementListProvider.GetSymbolGraphic( nStandardSymbol, pSymbolShape… in executeDlg_ObjectProperties_withoutUndoGuard()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx141 , sal_Int32 nStandardSymbol

Completed in 56 milliseconds