Searched refs:thePos (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | simptabl.cxx | 137 Point thePos(0,0); in SvxSimpleTable() local 139 aHeaderBar.SetPosPixel(thePos); in SvxSimpleTable() 142 thePos.Y()+=HbSize.Height(); in SvxSimpleTable() 143 SvHeaderTabListBox::SetPosPixel(thePos); in SvxSimpleTable() 169 Point thePos(0,0); in UpdateViewSize() local 171 aHeaderBar.SetPosPixel(thePos); in UpdateViewSize() 174 thePos.Y()+=HbSize.Height(); in UpdateViewSize() 175 SvHeaderTabListBox::SetPosPixel(thePos); in UpdateViewSize()
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 248 ScRefAddress thePos; in IsAbsPos() local 250 bIsAbsPos = ConvertSingleRef( pDoc, rPosStr, nTab, thePos, rDetails ); in IsAbsPos() 251 thePos.SetRelCol( sal_False ); in IsAbsPos() 252 thePos.SetRelRow( sal_False ); in IsAbsPos() 253 thePos.SetRelTab( sal_False ); in IsAbsPos() 258 *pPosTripel = thePos; in IsAbsPos() 260 *pCompleteStr = thePos.GetRefString( pDoc, MAXTAB+1, rDetails ); in IsAbsPos()
|
/trunk/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 906 ScAddress thePos; in DeactivatePage() local 916 thePos.SetTab( pViewData->GetTabNo() ); in DeactivatePage() 919 USHORT nResult = thePos.Parse( thePosStr, pDoc, pDoc->GetAddressConvention() ); in DeactivatePage() 937 theOutPos = thePos; in DeactivatePage()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | tpsort.cxx | 887 ScAddress thePos; in DeactivatePage() local 897 thePos.SetTab( pViewData->GetTabNo() ); in DeactivatePage() 900 sal_uInt16 nResult = thePos.Parse( thePosStr, pDoc, pDoc->GetAddressConvention() ); in DeactivatePage() 918 theOutPos = thePos; in DeactivatePage()
|
Completed in 27 milliseconds