Lines Matching refs:GetPosPixel

297 	aExampleWIN.SetPosSizePixel(aExampleContainerWIN.GetPosPixel(),  in SwMultiTOXTabDialog()
381 Point aOldPos = GetPosPixel(); in SwMultiTOXTabDialog()
383 Point aNewPos = GetPosPixel(); in SwMultiTOXTabDialog()
1036 aCBLeftPos1 = aFromHeadingsCB.GetPosPixel(); in SwTOXSelectTabPage()
1037 aCBLeftPos2 = aAddStylesCB.GetPosPixel(); in SwTOXSelectTabPage()
1038 aCBLeftPos3 = aTOXMarksCB.GetPosPixel(); in SwTOXSelectTabPage()
1538 aAddStylesPosDef = ( aAddStylesPB.GetPosPixel() ); in IMPL_LINK()
1580 Point aPBPos(aAddStylesPB.GetPosPixel()); in IMPL_LINK()
2223 aButtonPositions[0] = aEntryNoPB.GetPosPixel(); in SwTOXEntryTabPage()
2224 aButtonPositions[1] = aEntryPB.GetPosPixel(); in SwTOXEntryTabPage()
2225 aButtonPositions[2] = aChapterInfoPB.GetPosPixel(); in SwTOXEntryTabPage()
2226 aButtonPositions[3] = aPageNoPB.GetPosPixel(); in SwTOXEntryTabPage()
2227 aButtonPositions[4] = aTabPB.GetPosPixel(); in SwTOXEntryTabPage()
2229 aRelToStylePos = aRelToStyleCB.GetPosPixel(); in SwTOXEntryTabPage()
2230 aRelToStyleIdxPos = aCommaSeparatedCB.GetPosPixel(); in SwTOXEntryTabPage()
2232 (aRelToStyleIdxPos.Y() - aAlphaDelimCB.GetPosPixel().Y()); in SwTOXEntryTabPage()
2236 aChapterEntryFTPosition = aChapterEntryFT.GetPosPixel(); in SwTOXEntryTabPage()
2237 aEntryOutlineLevelFTPosition = aEntryOutlineLevelFT.GetPosPixel(); in SwTOXEntryTabPage()
2238 nBiasToEntryPoint = aEntryOutlineLevelNF.GetPosPixel().X() - in SwTOXEntryTabPage()
2239 aEntryOutlineLevelFT.GetPosPixel().X(); in SwTOXEntryTabPage()
2345 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgXPos()
3327 aControlPos = pLast->GetPosPixel(); in InsertItem()
3654 Point aNextPos = pCtrl->GetPosPixel(); in AdjustPositions()
3673 Point aPos = pCtrl->GetPosPixel(); in MoveControls()
3689 long nWidth = pLastCtrl->GetPosPixel().X() - pFirstCtrl->GetPosPixel().X() in AdjustScrolling()
3695 Point aActivePos(pActiveCtrl->GetPosPixel()); in AdjustScrolling()
3703 aLeftScrollWin.Enable(aControlList.First()->GetPosPixel().X() < 0); in AdjustScrolling()
3705 aRightScrollWin.Enable((pCtrl->GetPosPixel().X() + pCtrl->GetSizePixel().Width()) > nSpace); in AdjustScrolling()
3712 long nFirstPos = pFirstCtrl->GetPosPixel().X(); in AdjustScrolling()
3737 long nDebugXPos = pDebugCtrl->GetPosPixel().X(); in IMPL_LINK()
3755 long nXPos = pCtrl->GetPosPixel().X(); in IMPL_LINK()
3763 nMove = -aControlList.GetObject(i - 1)->GetPosPixel().X(); in IMPL_LINK()
3775 long nXPos = pCtrl->GetPosPixel().X() + nCtrlWidth; in IMPL_LINK()
3782 nMove = nSpace - pRight->GetPosPixel().X() - pRight->GetSizePixel().Width(); in IMPL_LINK()
3796 Point aPos = pCtrl->GetPosPixel(); in IMPL_LINK()
3800 aLeftScrollWin.Enable(aControlList.First()->GetPosPixel().X() < 0); in IMPL_LINK()
3802 aRightScrollWin.Enable((pCtrl->GetPosPixel().X() + pCtrl->GetSizePixel().Width()) > nSpace); in IMPL_LINK()
3874 Point aPos = OutputToScreenPixel(pCtrl->GetPosPixel()); in CreateQuickHelp()
3911 Point aRightPos(aRightScrollWin.GetPosPixel()); in Resize()