Home
last modified time | relevance | path

Searched refs:aPos (Results 76 – 100 of 743) sorted by relevance

12345678910>>...30

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx163 Point aPos(_rRect.TopLeft()); in PaintCell() local
164 aPos.X() += 1; in PaintCell()
170 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
171 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
181 _rDev.DrawText(aPos, aText); in PaintCell()
372 IndexFieldsIterator aPos = m_aFields.begin() + nRow; in SaveModified() local
376 aPos->sFieldName = String(); in SaveModified()
383 if (sFieldSelected == aPos->sFieldName) in SaveModified()
387 aPos->sFieldName = sFieldSelected; in SaveModified()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx713 Point aPos = GetActiveWindow()->PixelToLogic(maMousePos); in GetStatusBarState() local
714 mpDrawView->GetSdrPageView()->LogicToPagePos(aPos); in GetStatusBarState()
716 aPos.X() = Fraction(aPos.X()) / aUIScale; in GetStatusBarState()
717 aPos.Y() = Fraction(aPos.Y()) / aUIScale; in GetStatusBarState()
726 rSet.Put( SfxPointItem(SID_ATTR_POSITION, aPos) ); in GetStatusBarState()
730 aPos = aRect.TopLeft(); in GetStatusBarState()
731 aPos.X() = Fraction(aPos.X()) / aUIScale; in GetStatusBarState()
732 aPos.Y() = Fraction(aPos.Y()) / aUIScale; in GetStatusBarState()
733 rSet.Put( SfxPointItem( SID_ATTR_POSITION, aPos) ); in GetStatusBarState()
760 rSet.Put( SfxPointItem(SID_ATTR_POSITION, aPos) ); in GetStatusBarState()
H A Dtabcontr.cxx137 Point aPos = PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown() local
138 sal_uInt16 aPageId = GetPageId(aPos); in MouseButtonDown()
235 Point aPos( rEvt.maPosPixel ); in AcceptDrop() local
243 ShowDropPos( aPos ); in AcceptDrop()
251 sal_Int32 nPageId = GetPageId( aPos ) - 1; in AcceptDrop()
256 SwitchPage( aPos ); in AcceptDrop()
273 Point aPos( rEvt.maPosPixel ); in ExecuteDrop() local
278 sal_uInt16 nPageId = ShowDropPos( aPos ) - 1; in ExecuteDrop()
332 sal_Int32 nPageId = GetPageId( aPos ) - 1; in ExecuteDrop()
H A Dsdview2.cxx367 Point aPos; in DoPaste() local
371 aPos = pWindow->PixelToLogic( Rectangle( aPos, pWindow->GetOutputSizePixel() ).Center() ); in DoPaste()
377 if( !InsertData( aDataHelper, aPos, nDnDAction, sal_False ) ) in DoPaste()
598 Point aPos( pWindow->PixelToLogic( rEvt.maPosPixel ) ); in AcceptDrop() local
708 Point aPos( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ); in ExecuteDrop() local
710 if( aRect.IsInside( aPos ) ) in ExecuteDrop()
718 Point aPos; in ExecuteDrop() local
722 aPos = pTargetWindow->PixelToLogic( rEvt.maPosPixel ); in ExecuteDrop()
784 if( PickObj( aPos, getHitTolLog(), pPickObj, pPageView ) ) in ExecuteDrop()
871 Point aPos; in IMPL_LINK() local
[all …]
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx755 CellPos aPos; in selectAccessibleChild() local
756 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in selectAccessibleChild()
762 CellPos aFirstPos( aPos ), aLastPos( aPos ); in selectAccessibleChild()
769 aLastPos.mnRow = std::max( aLastPos.mnRow, aPos.mnRow ); in selectAccessibleChild()
770 aLastPos.mnCol = std::max( aLastPos.mnCol, aPos.mnCol ); in selectAccessibleChild()
781 CellPos aPos; in isAccessibleChildSelected() local
782 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in isAccessibleChildSelected()
786 return isAccessibleSelected(aPos.mnRow, aPos.mnCol); in isAccessibleChildSelected()
880 CellPos aPos; in deselectAccessibleChild() local
881 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in deselectAccessibleChild()
[all …]
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx663 aSize.Width()-=2*aPos.X(); in Resize()
666 aPos=PbAccept.GetPosPixel(); in Resize()
667 aPos.Y()=newY; in Resize()
668 PbAccept.SetPosPixel(aPos); in Resize()
670 aPos.Y()=newY; in Resize()
673 aPos.Y()=newY; in Resize()
674 PbReject.SetPosPixel(aPos); in Resize()
676 aPos.Y()=newY; in Resize()
681 aPos=PbUndo.GetPosPixel(); in Resize()
682 aPos.Y()=newY; in Resize()
[all …]
/trunk/main/vcl/source/window/
H A Dseleng.cxx210 Point aPos = rMEvt.GetPosPixel(); in SelMouseButtonDown() local
227 sal_Bool bSelAtPoint = pFunctionSet->IsSelectionAtPoint( aPos ); in SelMouseButtonDown()
244 pFunctionSet->SetCursorAtPoint( aPos ); in SelMouseButtonDown()
271 pFunctionSet->SetCursorAtPoint( aPos ); in SelMouseButtonDown()
288 if ( pFunctionSet->IsSelectionAtPoint( aPos ) ) in SelMouseButtonDown()
290 pFunctionSet->DeselectAtPoint( aPos ); in SelMouseButtonDown()
291 pFunctionSet->SetCursorAtPoint( aPos, sal_True ); in SelMouseButtonDown()
295 pFunctionSet->SetCursorAtPoint( aPos ); in SelMouseButtonDown()
312 pFunctionSet->SetCursorAtPoint( aPos ); in SelMouseButtonDown()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx673 Point aPos = cellRect.TopLeft(); in DrawString() local
735 aPos.Y() += (mnRowHeight - (sal_uInt16)aStrSize.Height()) / 2; in DrawString()
748 aPos.X() += FRAME_OFFSET; in DrawString()
751 aPos.X() += nRightX; in DrawString()
756 aPos.X() += nHorPos; in DrawString()
772 aPos.X() += FRAME_OFFSET; in DrawString()
777 aPos.X() += nRightX; in DrawString()
782 aScriptedText.DrawText( aPos ); in DrawString()
961 …Point aPos( (aWndSize.Width() - aPrvSize.Width()) / 2, (aWndSize.Height() - aPrvSize.Height()) / 2… in DoPaint() local
963 aPos.X() = -aPos.X(); in DoPaint()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx176 Point aPos; in GetCapitalSize() local
177 rInf.SetPos( aPos ); in GetCapitalSize()
268 Point aPos( 0, 0 ); in GetCapitalBreak() local
271 aInfo.SetPos( aPos ); in GetCapitalBreak()
340 Point aPos( rPos ); in DrawSpace() local
346 rInf.GetFrm()->SwitchLTRtoRTL( aPos ); in DrawSpace()
361 GetOut().DrawStretchText( aPos, nDiff, in DrawSpace()
456 Point aPos; in GetCapitalCrsrOfst() local
457 rInf.SetPos( aPos ); in GetCapitalCrsrOfst()
508 Point aPos( rInf.GetPos() ); in Do() local
[all …]
/trunk/main/sw/source/core/text/
H A Dblink.cxx91 Point aPos = pTmp->GetPos(); in IMPL_LINK() local
96 aPos.X() -= pTmp->GetPortion()->GetAscent(); in IMPL_LINK()
97 aPos.Y() -= pTmp->GetPortion()->Width(); in IMPL_LINK()
102 aPos.Y() -= pTmp->GetPortion()->Height() - in IMPL_LINK()
104 aPos.X() -= pTmp->GetPortion()->Width(); in IMPL_LINK()
109 aPos.X() -= pTmp->GetPortion()->Height() - in IMPL_LINK()
115 aPos.Y() -= pTmp->GetPortion()->GetAscent(); in IMPL_LINK()
120 Rectangle aRefresh( aPos, Size( nWidth, nHeight ) ); in IMPL_LINK()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx477 Point aPos; in DrawCairoAAFontString() local
483 aGlyph.x = aPos.X(); in DrawCairoAAFontString()
484 aGlyph.y = aPos.Y(); in DrawCairoAAFontString()
624 Point aPos; in DrawServerAAFontString() local
636 if( aPos.X() >= 30000 || aPos.Y() >= 30000 ) in DrawServerAAFontString()
643 aGlyphSet, aPos.X(), aPos.Y(), aRenderAry, nGlyphs ); in DrawServerAAFontString()
660 Point aPos; in DrawServerAAForcedString() local
668 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
669 const int nY1 = aPos.Y() + pRawBitmap->mnYOffset; in DrawServerAAForcedString()
892 Point aPos; in DrawServerSimpleFontString() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dabout.cxx81 const Point& aPos, in lcl_layoutFixedText() argument
90 rControl.SetPosSizePixel( aPos, aSize ); in lcl_layoutFixedText()
97 const Point& aPos, in lcl_layoutEdit() argument
106 rControl.SetPosSizePixel( aPos, aSize ); in lcl_layoutEdit()
442 Point aPos( nCol1 + a6Size.Width(), nY ); in LayoutControls() local
445 lcl_layoutFixedText( maVersionText, aPos, aSize, nTextWidth ); in LayoutControls()
449 aPos.Y() = nY; in LayoutControls()
450 lcl_layoutEdit( maBuildInfoEdit, aPos, aSize, nTextWidth ); in LayoutControls()
454 aPos.Y() = nY; in LayoutControls()
455 lcl_layoutEdit( maCopyrightEdit, aPos, aSize, nTextWidth ); in LayoutControls()
[all …]
H A Dthesdlg.cxx157 Point aPos( rPos ); in Paint() local
164 aPos.X() = 0; in Paint()
167 aPos.X() += 5; in Paint()
168 rDev.DrawText( aPos, GetText() ); in Paint()
272 Point aPos; in Paint() local
273 aPos.X() += GetSizePixel().Width() / 2 - aTextSize.Width() / 2; in Paint()
275 aPos = PixelToLogic( aPos ); in Paint()
276 DrawText( aPos, m_rDialogImpl.aErrStr ); in Paint()
635 Point aPos = aControls[nControl]->GetPosPixel(); in IMPL_STATIC_LINK() local
636 aPos.Y() += nDiff; in IMPL_STATIC_LINK()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1307 Point aPos; in GetBestObject() local
1345 aPos = GetCharRect().Center(); in GetBestObject()
1426 if( aCurPos != aPos && aCurPos.Y() == aPos.Y() && in GetBestObject()
1652 if( !aPos.nNode.GetNode().IsProtect() ) in ImpEndCreate()
1654 pAnch = aPos.nNode.GetNode().GetCntntNode()->getLayoutFrm( GetLayout(), &aPoint, &aPos ); in ImpEndCreate()
1656 pAnch->GetCharRect( aTmp, aPos ); in ImpEndCreate()
1676 aAnch.SetAnchor( &aPos ); in ImpEndCreate()
1697 if( aPos.nNode.GetNode().IsProtect() ) in ImpEndCreate()
1736 if( aPos.nNode.GetNode().IsProtect() ) in ImpEndCreate()
1743 aAnch.SetAnchor( &aPos ); in ImpEndCreate()
[all …]
/trunk/main/cui/source/options/
H A Doptlingu.cxx314 Point aPos(rPos); in Paint() local
321 aPos.X() = 0; in Paint()
324 aPos.X() += 5; in Paint()
485 Point aPos(rPos); in Paint() local
486 aPos.X() += 20; in Paint()
490 Point aNewPos(aPos); in Paint()
1984 Point aPos; in HideGroups() local
1987 aPos.Y() -= nDeltaY; in HideGroups()
1990 aPos.Y() -= nDeltaY; in HideGroups()
1993 aPos.Y() -= nDeltaY; in HideGroups()
[all …]
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx579 TwipsToMM( aPos.X() ); in RecalcPos()
580 TwipsToMM( aPos.Y() ); in RecalcPos()
614 TwipsToMM( aPos.X() ); in RecalcPos()
615 TwipsToMM( aPos.Y() ); in RecalcPos()
628 Point aEndPos( aPos.X() + DET_ARROW_OFFSET, aPos.Y() - DET_ARROW_OFFSET ); in RecalcPos()
648 TwipsToMM( aPos.X() ); in RecalcPos()
649 TwipsToMM( aPos.Y() ); in RecalcPos()
650 Point aEndPos = aPos; in RecalcPos()
682 TwipsToMM( aPos.X() ); in RecalcPos()
683 TwipsToMM( aPos.Y() ); in RecalcPos()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx162 Point aPos( rEvt.GetMousePosPixel() ); in RequestHelp() local
163 aPos = pWindow->ScreenToOutputPixel( aPos ); in RequestHelp()
164 aPos = pWindow->PixelToLogic( aPos ); in RequestHelp()
168 if( pView->PickObj( aPos, 0, pObj, pPV, SDRSEARCH_PICKMACRO ) && in RequestHelp()
176 IMapObject *pTmpObj = pFly->GetFmt()->GetIMapObject( aPos, pFly ); in RequestHelp()
195 Point aPt( aPos ); in RequestHelp()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx219 aPos( 0, 0 ), in WindowStateInfo()
236 com::sun::star::awt::Point aPos; member
746 com::sun::star::awt::Point aPos; in impl_insertCacheAndReturnSequence() local
747 aPos.X = aXStr.toInt32(); in impl_insertCacheAndReturnSequence()
752 aWindowStateInfo.aPos = aPos; in impl_insertCacheAndReturnSequence()
757 aWindowStateInfo.aDockPos = aPos; in impl_insertCacheAndReturnSequence()
761 a <<= aPos; in impl_insertCacheAndReturnSequence()
940 com::sun::star::awt::Point aPos; in impl_insertCacheAndReturnWinState() local
941 aPos.X = aXStr.toInt32(); in impl_insertCacheAndReturnWinState()
946 aWindowStateInfo.aPos = aPos; in impl_insertCacheAndReturnWinState()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx93 Point aPos = pScrollWindow->getThumbPos(); in ForceScroll() local
94 aPos.X() *= 0.5; in ForceScroll()
95 aPos.Y() *= 0.5; in ForceScroll()
96 Rectangle aOutRect( aPos, aOut ); in ForceScroll()
763 m_rView.MarkObj(aPos, nHitLog); in MouseButtonUp()
787 Abs(m_aMDPos.X() - aPos.X()) < nHitLog && in MouseButtonUp()
788 Abs(m_aMDPos.Y() - aPos.Y()) < nHitLog && in MouseButtonUp()
807 Point aPos( m_pParent->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local
821 if ( aPos.Y() < 0 ) in MouseMove()
823 aPos.Y() = 0; in MouseMove()
[all …]
/trunk/main/sfx2/source/view/
H A Dframe2.cxx186 Point aPos = pWindow->OutputToScreenPixel( pMEvent->GetPosPixel() ); in PreNotify() local
189 pWorkWin->EndAutoShow_Impl( aPos ); in PreNotify()
438 Point aPos( rWinArea.TopLeft() ); in PositionWindow_Impl() local
442 aPos.X() = Min(aPos.X(), in PositionWindow_Impl()
444 aPos.Y() = Min(aPos.Y(), in PositionWindow_Impl()
446 if ( aPos.X() + aSz.Width() < in PositionWindow_Impl()
448 aPos.Y() + aSz.Height() < in PositionWindow_Impl()
451 pWin->SetPosPixel( aPos ); in PositionWindow_Impl()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx723 SwPosition aPos( *pCrsr->GetPoint() ); in SetCrsr() local
776 if( aPos == *pCrsr->GetPoint() && in SetCrsr()
805 if( aPos == *pCrsr->GetPoint() ) in SetCrsr()
812 *pCrsr->GetPoint() = aPos; in SetCrsr()
833 if( aPos == *pCrsr->GetPoint() ) in SetCrsr()
2378 SwPosition aPos( *pCurCrsr->GetPoint() ); in SetVisCrsr() local
3116 SwPosition aPos( *pCurCrsr->GetPoint() ); in GetTextDirection() local
3277 bool lcl_PosOk(const SwPosition & aPos) in lcl_PosOk() argument
3447 SwPosition aPos( *pCrsr->GetPoint() ); in GetSmartTagTerm() local
3485 SwPosition aPos( *pCrsr->GetPoint() ); in GetSmartTagTerm() local
[all …]
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx244 Point aPos = GetPosPixel(); in StateChanged() local
245 if ( !aPos.X() ) in StateChanged()
251 aPos.X() += ( aParentSize.Width() - aDlgSize.Width() ) / 2; in StateChanged()
252 aPos.Y() += ( aParentSize.Height() - aDlgSize.Height() ) / 2; in StateChanged()
261 if ( aPos.X() > aPoint.X() ) in StateChanged()
262 aPos.X() = aPoint.X() ; in StateChanged()
263 if ( aPos.Y() > aPoint.Y() ) in StateChanged()
264 aPos.Y() = aPoint.Y(); in StateChanged()
266 if ( aPos.X() < 0 ) aPos.X() = 0; in StateChanged()
267 if ( aPos.Y() < 0 ) aPos.Y() = 0; in StateChanged()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx286 const Point aSrcPos( nSrcPos * maSize.Width(), 0L ), aPos( nPos * maSize.Width(), 0L ); in Replace() local
288 const Rectangle aDstRect( aPos, maSize ); in Replace()
305 const Point aSrcPos( nSrcPos * maSize.Width(), 0L ), aPos( nPos * maSize.Width(), 0L ); in Replace() local
307 const Rectangle aDstRect( aPos, maSize ); in Replace()
322 const Point aNullPos, aPos( nPos * maSize.Width(), 0L ); in Replace() local
324 const Rectangle aDstRect( aPos, maSize ); in Replace()
374 const Point aPos( i * maSize.Width(), 0L ); in GetBitmapEx() local
376 const Rectangle aDstRect( aPos, maSize ); in GetBitmapEx()
607 const Point aPos( ( nPos < 0 ) ? 0 : ( nPos * maSize.Width() ), 0 ); in ImplUpdateDisabledBmpEx() local
608 …const int nLeft = aPos.X(), nRight = nLeft + ( ( nPos < 0 ) ? aTotalSize.Width() : maSize.Width()… in ImplUpdateDisabledBmpEx()
[all …]
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx430 ::std::pair< DriverAccessArrayIterator, DriverAccessArrayIterator > aPos = in initializeDriverPrecedence()
433 if ( aPos.first != aPos.second ) in initializeDriverPrecedence()
436 OSL_ENSURE( ::std::distance( aPos.first, aPos.second ) == 1, in initializeDriverPrecedence()
440 if ( aPos.first != aNoPrefDriversStart ) in initializeDriverPrecedence()
444 ::std::rotate( aNoPrefDriversStart, aPos.second - 1, aPos.second ); in initializeDriverPrecedence()
731 DriverCollectionIterator aPos = ::std::find_if( in implGetDriverForURL() local
738 if ( m_aDriversRT.end() != aPos ) in implGetDriverForURL()
739 xReturn = aPos->second; in implGetDriverForURL()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx753 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
765 SwPosition aPos( GetNodes() ); in ChgAnchor() local
768 GetCurrentLayout()->GetCrsrOfst( &aPos, aPoint, &aState ); in ChgAnchor()
771 pTxtFrm = aPos.nNode.GetNode(). in ChgAnchor()
780 SwPosition aPos( *rCntnt.GetCntntIdx() ); in ChgAnchor() local
781 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
836 rCNd.MakeStartIndex( &aPos.nContent ); in ChgAnchor()
838 rCNd.MakeEndIndex( &aPos.nContent ); in ChgAnchor()
840 aNewAnch.SetAnchor( &aPos ); in ChgAnchor()
845 SwTxtNode *pNd = aPos.nNode.GetNode().GetTxtNode(); in ChgAnchor()
[all …]

Completed in 238 milliseconds

12345678910>>...30