Searched refs:pGeo (Results 1 – 6 of 6) sorted by relevance
609 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local618 if( pGeo->y > pCurPara->y + pCurPara->h + fCurLineHeight*0.5 ) in visit()620 else if( pGeo->y > (pCurPara->y+pCurPara->h - fCurLineHeight*0.05) ) in visit()639 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pGeo->h)/double(nCurLineElements+1); in visit()641 if( pGeo->x < line_left ) in visit()642 line_left = pGeo->x; in visit()643 if( pGeo->x+pGeo->w > line_right ) in visit()644 line_right = pGeo->x+pGeo->w; in visit()648 fCurLineHeight = pGeo->h; in visit()650 line_left = pGeo->x; in visit()[all …]
585 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local594 if( pGeo->y > pCurPara->y+pCurPara->h + fCurLineHeight*0.5 ) in visit()596 else if( pGeo->y > (pCurPara->y+pCurPara->h - fCurLineHeight*0.05) ) in visit()611 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pGeo->h)/double(nCurLineElements+1); in visit()613 if( pGeo->x < line_left ) in visit()614 line_left = pGeo->x; in visit()615 if( pGeo->x+pGeo->w > line_right ) in visit()616 line_right = pGeo->x+pGeo->w; in visit()620 fCurLineHeight = pGeo->h; in visit()622 line_left = pGeo->x; in visit()[all …]
153 const SdrGrafObjGeoData* pGeo = (SdrGrafObjGeoData*)pSGO->GetGeoData(); in WriteGraphEntry() local154 sal_uInt16 nMirrorCase = (pGeo->aGeo.nDrehWink == 18000 ? in WriteGraphEntry()155 ( pGeo->bMirrored ? 3 : 4 ) : ( pGeo->bMirrored ? 2 : 1 )); in WriteGraphEntry()
156 RscArray * InitLangGeometry( RscTupel * pGeo );157 RscArray * InitSystemGeometry( RscTupel * pGeo );
553 RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo ) in InitLangGeometry() argument555 return new RscArray( pHS->getID( "Lang_TupelGeometry" ), RSC_NOTYPE, pGeo, &aLangType ); in InitLangGeometry()
1971 SdrObjGeoData* pGeo=NewGeoData(); in GetGeoData() local1972 SaveGeoData(*pGeo); in GetGeoData()1973 return pGeo; in GetGeoData()
Completed in 54 milliseconds