Home
last modified time | relevance | path

Searched refs:pGeo (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx609 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local
618 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 …]
H A Dwritertreevisiting.cxx585 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local
594 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 …]
/aoo42x/main/sc/source/filter/html/
H A Dhtmlexp2.cxx153 const SdrGrafObjGeoData* pGeo = (SdrGrafObjGeoData*)pSGO->GetGeoData(); in WriteGraphEntry() local
154 sal_uInt16 nMirrorCase = (pGeo->aGeo.nDrehWink == 18000 ? in WriteGraphEntry()
155 ( pGeo->bMirrored ? 3 : 4 ) : ( pGeo->bMirrored ? 2 : 1 )); in WriteGraphEntry()
/aoo42x/main/rsc/inc/
H A Drscdb.hxx156 RscArray * InitLangGeometry( RscTupel * pGeo );
157 RscArray * InitSystemGeometry( RscTupel * pGeo );
/aoo42x/main/rsc/source/parser/
H A Drscibas.cxx553 RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo ) in InitLangGeometry() argument
555 return new RscArray( pHS->getID( "Lang_TupelGeometry" ), RSC_NOTYPE, pGeo, &aLangType ); in InitLangGeometry()
/aoo42x/main/svx/source/svdraw/
H A Dsvdobj.cxx1971 SdrObjGeoData* pGeo=NewGeoData(); in GetGeoData() local
1972 SaveGeoData(*pGeo); in GetGeoData()
1973 return pGeo; in GetGeoData()

Completed in 59 milliseconds