Home
last modified time | relevance | path

Searched refs:aPos (Results 701 – 725 of 743) sorted by relevance

1...<<21222324252627282930

/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx345 aInfo.aPos = pWindow->GetPosPixel(); in GetInfo()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx404 Point aPos = LogicToPixel( Point( 2*RELATED_CONTROLS , 0), MAP_APPFONT ); in resizeControls() local
H A DNavigator.cxx958 Point aPos(GetPosPixel()); in Resize() local
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx180 ScAddress aPos; member in ScInterpreter
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx177 Point aPos; member in SdrObjMacroHitRec
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1670 awt::Point aPos(rAvailablePos); in impl_createDiagramAndContent() local
1678aPos = awt::Point( m_aResultingDiagramRectangleExcludingAxes.X, m_aResultingDiagramRectangleExclud… in impl_createDiagramAndContent()
1681 xDiagram_MarkHandles->setPosition( aPos ); in impl_createDiagramAndContent()
H A DShapeFactory.cxx2360 awt::Point aPos = xShape->getPosition(); in getRectangleOfShape() local
2362 aRet = BaseGFXHelper::makeRectangle(aPos,aSize); in getRectangleOfShape()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2928 Point aPos(rWin.GetPosPixel()); in lcl_Move() local
2929 aPos.Y() -= nDiff; in lcl_Move()
2930 rWin.SetPosPixel(aPos); in lcl_Move()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1715 EditPaM aPos( CreateEditPaM( pConvInfo->aConvContinue ) ); in ImpConvert() local
1716 EditSelection aCurSel = EditSelection( aPos, aPos ); in ImpConvert()
H A Dimpedit5.cxx882 aPos = rPos; in ImplIMEInfos()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx388 SwPosition aPos(*pSttNd); in select() local
389 SwPaM aPam(aPos); in select()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1423 SwPosition aPos(*pCNd); in MakeUniqueNumRules() local
1426 (SearchNumRule( aPos, false, pCNd->HasNumber(), in MakeUniqueNumRules()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx393 DoMacro( pCell->aPos, EMPTY_STRING, pCell, NULL ); in DoCalcError()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx391 …ScRangeStringConverter::GetStringFromAddress(sAddress, pFormulaCell->aPos, pDoc, ::formula::Formul… in WriteFormulaCell()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1242 ::com::sun::star::awt::Point aPos = xTitleShape->getPosition(); in ConvertTitle()
1244 ::com::sun::star::awt::Rectangle aRect( aPos.X, aPos.Y, aSize.Width, aSize.Height ); in ConvertTitle()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx736 SwPosition aPos(*pNumRuleNodeFromDoc); in ExecTabWin() local
738 … rSh.SetIndent( static_cast< short >(aParaMargin.GetTxtLeft() - rLR.GetTxtLeft()), aPos); in ExecTabWin()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx2967 Point aPos( GetParent()->OutputToScreenPixel( GetPosPixel() ) ); in ShowDropDown() local
2968 Rectangle aRect( aPos, GetSizePixel() ); in ShowDropDown()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx3221 SwPosition aPos( rTNd, SwIndex( &rTNd, *pAttr->GetStart() )); in GetRefFromAttr() local
3222 SwCntntFrm* pCFrm = rTNd.getLayoutFrm( getRootFrm(), 0, &aPos, sal_False ); in GetRefFromAttr()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx777 EXC_FMLATYPE_CELL, *pTokenArray, &pFmlCell->aPos, &rRefLog ); in GetCellData()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx1059 Point aPos; in Start_Impl() local
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1234 Point aPos = pActiveWin->PixelToLogic(rPoint); in GetClickedObject() local
1245 … if (pObj && SdrObjectPrimitiveHit(*pObj, aPos, nHitLog, *pDrawView->GetSdrPageView(), 0, false)) in GetClickedObject()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1725 ScAddress aPos( Col, static_cast<SCROW>(Row), Tab ); in LoadCol() local
1726 ScNoteUtil::CreateNoteFromString( *pDoc, aPos, aNoteText, false, false ); in LoadCol()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1863 Point aPos = pWindow->LogicToPixel(rPos); in DoAdjustPosSize() local
1865 DoAdjustPosSizePixel(pSh, aPos, aSize); in DoAdjustPosSize()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx466 SwPosition aPos(*pSttNd); in GetFormatAndCreateCursorFromRangeRep() local
468 SwUnoCrsr* pUnoCrsr = pTblFmt->GetDoc()->CreateUnoCrsr(aPos, sal_True); in GetFormatAndCreateCursorFromRangeRep()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx3189 SCSIZE nC = static_cast<SCSIZE>(aPos.Col() - aAdr.Col()); in ScMatRef()
3190 SCSIZE nR = static_cast<SCSIZE>(aPos.Row() - aAdr.Row()); in ScMatRef()

Completed in 294 milliseconds

1...<<21222324252627282930