Home
last modified time | relevance | path

Searched refs:aPos (Results 176 – 200 of 743) sorted by relevance

12345678910>>...30

/trunk/main/xmloff/source/forms/
H A Deventexport.cxx111 ConstMapString2PropertyValueSequenceIterator aPos = m_aMappedEvents.find(_rName); in getByName() local
112 if (m_aMappedEvents.end() == aPos) in getByName()
117 return makeAny(aPos->second); in getByName()
137 ConstMapString2PropertyValueSequenceIterator aPos = m_aMappedEvents.find(_rName); in hasByName() local
138 return m_aMappedEvents.end() != aPos; in hasByName()
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx149 awt::Point aPos; in paint() local
150 aPos.X = ( rOutputRectangle.Width + nOffset ) / 2 - aGraphicSize.Width / 2; in paint()
151 aPos.Y = rOutputRectangle.Height / 2 - aGraphicSize.Height / 2; in paint()
153 xGraphics->drawImage( rOutputRectangle.X + aPos.X, in paint()
154 rOutputRectangle.Y + aPos.Y, in paint()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx702 aUIElement.m_aDockedData.m_aPos = ::Point( aPos.X, aPos.Y ); in dockToolbar()
1466 xWindow->setPosSize( aPos.X(), aPos.Y(), 0, 0, awt::PosSize::POS ); in implts_setElementData()
1715 awt::Point aPos; in implts_writeWindowStateData() local
1763 awt::Rectangle aPos; in implts_writeNewWindowStateData() local
1788 rUIElement.m_aFloatingData.m_aPos = ::Point( aPos.X, aPos.Y ); in implts_writeNewWindowStateData()
3394 aUIElement.m_aFloatingData.m_aPos = ::Point( aPos.X, aPos.Y ); in windowResized()
3463 aUIElement.m_aFloatingData.m_aPos = ::Point( aPos.X, aPos.Y ); in startDocking()
4263 awt::Point aPos; in getToolbarPos() local
4283 return aPos; in getToolbarPos()
4310 xWindow->setPosSize( aPos.X, aPos.Y, 0, 0, awt::PosSize::POS ); in setToolbarPos()
[all …]
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx168 Point aPos = rMEvt.GetPosPixel(); in MouseMove() local
171 if ( aPos.X() < 0 ) in MouseMove()
172 aPos.X() = 0; in MouseMove()
173 else if ( aPos.X() > aSize.Width()-5 ) in MouseMove()
174 aPos.X() = aSize.Width()-5; in MouseMove()
175 if ( aPos.Y() < 0 ) in MouseMove()
176 aPos.Y() = 0; in MouseMove()
177 else if ( aPos.Y() > aSize.Height()-5 ) in MouseMove()
178 aPos.Y() = aSize.Height()-5; in MouseMove()
180 int nIndex = PixelToMapIndex( aPos ); in MouseMove()
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx547 Point aPos( GetPoint( nLevelPos, nEntryPos ) ); in DrawImageRel() local
548 DrawRect( Rectangle( aPos, rImage.GetSizePixel() ) ); in DrawImageRel()
549 DrawImage( aPos, rImage ); in DrawImageRel()
554 Point aPos; in DrawBorderRel() local
555 if ( GetImagePos( nLevel, nEntry, aPos ) ) in DrawBorderRel()
562 DrawImage( aPos, mpSymbols->GetImage( nId ) ); in DrawBorderRel()
578 Point aPos; in ShowFocus() local
579 if ( GetImagePos( mnFocusLevel, mnFocusEntry, aPos ) ) in ShowFocus()
581 aPos += Point( 1, 1 ); in ShowFocus()
582 maFocusRect = Rectangle( aPos, Size( SC_OL_BITMAPSIZE - 2, SC_OL_BITMAPSIZE - 2 ) ); in ShowFocus()
H A Ddrawview.cxx169 Point aPos; in AddCustomHdl() local
172 aPos = aBoundRect.TopRight(); in AddCustomHdl()
173 aPos.X() = -aPos.X(); // so the loop below is the same in AddCustomHdl()
176 aPos = aBoundRect.TopLeft(); in AddCustomHdl()
177 long nPosX = (long) (aPos.X() / HMM_PER_TWIPS) + nDelta; in AddCustomHdl()
178 long nPosY = (long) (aPos.Y() / HMM_PER_TWIPS) + nDelta; in AddCustomHdl()
326 Point aPos; in UpdateWorkArea() local
328 Rectangle aNewArea( aPos, aPageSize ); in UpdateWorkArea()
H A Dprintfun.cxx1139 Point aPos; in lcl_DrawGraphic() local
1146 case GPOS_LT: aPos = rOrg.TopLeft(); in lcl_DrawGraphic()
1148 case GPOS_MT: aPos.Y() = rOrg.Top(); in lcl_DrawGraphic()
1151 case GPOS_RT: aPos.Y() = rOrg.Top(); in lcl_DrawGraphic()
1152 aPos.X() = rOrg.Right() - aGrfSize.Width(); in lcl_DrawGraphic()
1156 aPos.X() = rOrg.Left(); in lcl_DrawGraphic()
1166 aPos.X() = rOrg.Left(); in lcl_DrawGraphic()
1176 aPos = rOrg.TopLeft(); in lcl_DrawGraphic()
1238 Rectangle aGrf( aPos,aDrawSize ); in lcl_DrawGraphic()
1587 long nLogStX = aPos.X(); in PrintArea()
[all …]
H A Dspelleng.cxx128 ScAddress aPos( mnCurrCol, mnCurrRow, nTab ); in FindNextConversionCell() local
129 CellType eCellType = mrDoc.GetCellType( aPos ); in FindNextConversionCell()
130 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell()
135 mpUndoDoc->PutCell( aPos, pUndoCell ); in FindNextConversionCell()
150 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell()
156 mpRedoDoc->PutCell( aPos, pRedoCell ); in FindNextConversionCell()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx370 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove() local
371 if ( aOutputArea.IsInside(aPos) ) in MouseMove()
552 Point aPos; in Command() local
556 aPos = GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ); in Command()
558 if( !mpDrawView->InsertData( aDataHelper, aPos, nDnDAction, sal_False ) ) in Command()
673 Point aPos(rCEvt.GetMousePosPixel()); in Command() local
677 if( ( rCEvt.IsMouseEvent() && pOutlinerView->IsWrongSpelledWordAtPos(aPos) ) || in Command()
686aPos = GetActiveWindow()->LogicToPixel( pOutlinerView->GetEditView().GetCursor()->GetPos() ); in Command()
696 pOutlinerView->ExecuteSpellPopup(aPos, &aLink); in Command()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx290 Point aPos = m_aUnique.GetPosPixel(); in DBG_NAME() local
291 aPos.Y() -= nMoveUp; in DBG_NAME()
292 m_aUnique.SetPosPixel(aPos); in DBG_NAME()
294 aPos = m_aFieldsLabel.GetPosPixel(); in DBG_NAME()
295 aPos.Y() -= nMoveUp; in DBG_NAME()
296 m_aFieldsLabel.SetPosPixel(aPos); in DBG_NAME()
298 aPos = m_pFields->GetPosPixel(); in DBG_NAME()
299 aPos.Y() -= nMoveUp; in DBG_NAME()
300 m_pFields->SetPosPixel(aPos); in DBG_NAME()
/trunk/main/sw/source/core/text/
H A Dporrst.cxx212 aPos.X() = rInf.GetTxtFrm()->Frm().Left() + in SwArrowPortion()
214 aPos.Y() = rInf.GetTxtFrm()->Frm().Top() + in SwArrowPortion()
221 ((SwArrowPortion*)this)->aPos = rInf.GetPos(); in Paint()
483 Point aPos( rInf.GetPos() ); in Paint() local
484 aPos.Y() -= 150; in Paint()
485 aPos.X() -= 25; in Paint()
486 SwRect aRect( aPos, Size( 100, 200 ) ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx157 Point aPos(rGP.GetAbsolutePos(*pObj)); in ImpSetPercent() local
159 rGP.SetAbsolutePos(aPos,*pObj); in ImpSetPercent()
208 Point aPos(rGP.GetAbsolutePos(*pObj)); in ImpSetAlign() local
214 rGP.SetAbsolutePos(aPos,*pObj); in ImpSetAlign()
338 Point aPos(rGP.GetAbsolutePos(*pObj)); in ImpTransformMarkedGluePoints() local
339 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints()
340 rGP.SetAbsolutePos(aPos,*pObj); in ImpTransformMarkedGluePoints()
/trunk/main/vcl/source/control/
H A Dedit.cxx523 Point aPos( mnXOffset, ImplGetTextYPosition() ); in ImplRepaint() local
576 DrawText( aPos, aText, nStart, nEnd - nStart ); in ImplRepaint()
628 DrawText( aPos, aText, nStart, nEnd - nStart ); in ImplRepaint()
1899 Point aPos = pDev->LogicToPixel( rPos ); in Draw() local
1916 Rectangle aRect( aPos, aSize ); in Draw()
1956 Rectangle aClip( aPos, aSize ); in Draw()
1964 aPos.X() += (aSize.Width() - nTextWidth) / 2; in Draw()
1969 aPos.X() += aSize.Width() - nTextWidth; in Draw()
1973 pDev->DrawText( Point( aPos.X() + nOffX, aPos.Y() + nOffY ), aText ); in Draw()
2147 Point aPos = rCEvt.GetMousePosPixel(); in Command() local
[all …]
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx106 PropertyValueCache::iterator aPos = m_aCache.find( nHandle ); in notifyAndCachePropertyValue() local
107 if ( aPos == m_aCache.end() ) in notifyAndCachePropertyValue()
119 aPos = m_aCache.insert( PropertyValueCache::value_type( nHandle, aEmptyValue ) ).first; in notifyAndCachePropertyValue()
126 Any aOldValue = aPos->second; in notifyAndCachePropertyValue()
131 aPos->second = aNewValue; in notifyAndCachePropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx353 ScAddress aPos( rRange.aStart ); in InitStandardField() local
354 rDoc.GetString( aPos.Col(), aPos.Row(), aPos.Tab(), maFieldInfo.maName ); in InitStandardField()
359 …for( aPos.IncRow(); (aPos.Row() <= rRange.aEnd.Row()) && (maOrigItemList.GetSize() < EXC_PC_MAXITE… in InitStandardField()
361 if( rDoc.HasValueData( aPos.Col(), aPos.Row(), aPos.Tab() ) ) in InitStandardField()
363 double fValue = rDoc.GetValue( aPos ); in InitStandardField()
364 short nFmtType = rFormatter.GetType( rDoc.GetNumberFormat( aPos ) ); in InitStandardField()
375 rDoc.GetString( aPos.Col(), aPos.Row(), aPos.Tab(), aText ); in InitStandardField()
/trunk/main/vcl/source/window/
H A Ddockingarea.cxx180 Point aPos = pChild->GetPosPixel(); in Paint() local
182 Rectangle aRect( aPos, aSize ); in Paint()
203 Point aPos = pChild->GetPosPixel(); in Paint() local
206 ranges[ aPos.Y() ] = aSize.Height(); in Paint()
208 ranges[ aPos.X() ] = aSize.Width(); in Paint()
H A Dsplitwin.cxx1012 Point aPos = rRect.TopLeft(); in ImplDrawBack() local
1018 aPos.X() = rRect.Left(); in ImplDrawBack()
1022 aPos.X() += aBmpSize.Width(); in ImplDrawBack()
1505 Point aPos = GetPosPixel(); in ImplSetWindowSize() local
1506 aPos.Y() -= nDelta; in ImplSetWindowSize()
1518 Point aPos = GetPosPixel(); in ImplSetWindowSize() local
1519 aPos.X() -= nDelta; in ImplSetWindowSize()
1557 Point aPos = GetPosPixel(); in CalcLayoutSizePixel() local
1576 aPos.Y() -= nDelta; in CalcLayoutSizePixel()
1585 aPos.X() -= nDelta; in CalcLayoutSizePixel()
[all …]
H A Dwindow.cxx700 aPos = pDest->ScreenToOutputPixel( aPos ); in ImplTranslateMouseEvent()
712 aPos = pDest->ScreenToOutputPixel( aPos ); in ImplTranslateCommandEvent()
1250 Point aPos; in ImplLoadRes() local
1294 SetPosPixel( aPos ); in ImplLoadRes()
5023 aPos = ImplGetParent()->OutputToScreenPixel( aPos ); in RequestHelp()
5337 aPos = pWindow->OutputToScreenPixel( aPos ); in Notify()
5338 aPos = ScreenToOutputPixel( aPos ); in Notify()
7541 aPos.X() += g.nX; in ImplGetWindowExtentsRelative()
7542 aPos.Y() += g.nY; in ImplGetWindowExtentsRelative()
7556 aPos = pRelWin->AbsoluteScreenToOutputPixel( aPos ); in ImplGetWindowExtentsRelative()
[all …]
/trunk/main/offapi/com/sun/star/form/
H A DXFormsSupplier.idl56 Dim aPos as new com.sun.star.awt.Point
57 aPos.X = 200
58 aPos.Y = 100
59 xShape.Position = aPos
60 Erase aPos
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1945 if ( aPos == pCell->aPos || IsDeletedIn() ) in GetFormulaString()
1976 aPos.IncCol( nDx ); in PutValueToDoc()
1978 aPos.IncRow( nDy ); in PutValueToDoc()
1986 pDoc->SetString( aPos.Col(), aPos.Row(), aPos.Tab(), rValue ); in PutValueToDoc()
2005 pDoc->InsertMatrixFormula( aPos.Col(), aPos.Row(), in PutValueToDoc()
2023 pDoc->SetString( aPos.Col(), aPos.Row(), aPos.Tab(), rValue ); in PutValueToDoc()
2688 ScAddress aPos; in LookUpContents() local
2901 ScAddress aPos; in AppendContentRange() local
2904 aPos.SetTab( nTab ); in AppendContentRange()
2907 aPos.SetCol( nCol ); in AppendContentRange()
[all …]
/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx401 Point aPos( _rImage.GetPosPixel() ); in AlignAfterImage() local
403 long n = aPos.X(); in AlignAfterImage()
406 aPos.X() = n; in AlignAfterImage()
407 n = aPos.Y(); in AlignAfterImage()
410 aPos.Y() = n; in AlignAfterImage()
411 _rCtrl.SetPosPixel( aPos ); in AlignAfterImage()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx429 ::basegfx::B2DVector aPos( ceil( rTotalArea.getMinX() ), ceil( rTotalArea.getMinY() ) ); in opaqueUpdate()
430 …gfx::B2DVector aSize( floor( rTotalArea.getMaxX() - aPos.getX() ), floor( rTotalArea.getMaxY() - a… in opaqueUpdate()
432 … cairo_rectangle( pCompositingCairo.get(), aPos.getX(), aPos.getY(), aSize.getX(), aSize.getY() ); in opaqueUpdate()
446 cairo_rectangle( pWindowCairo.get(), aPos.getX(), aPos.getY(), aSize.getX(), aSize.getY() ); in opaqueUpdate()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx418 SwPosition const aPos( *rDoc.GetNodes()[ nIdx ] ); in UndoImpl() local
421 rDoc.SetNodeNumStart( aPos, nOldStt ); in UndoImpl()
425 rDoc.SetNumRuleStart( aPos, !bFlag ); in UndoImpl()
433 SwPosition const aPos( *rDoc.GetNodes()[ nIdx ] ); in RedoImpl() local
436 rDoc.SetNodeNumStart( aPos, nNewStt ); in RedoImpl()
440 rDoc.SetNumRuleStart( aPos, bFlag ); in RedoImpl()
/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx262 POINTL aPos; in SalSysObjClipWndProc() local
263 aPos.x = nX; in SalSysObjClipWndProc()
264 aPos.y = nY; in SalSysObjClipWndProc()
265 WinMapWindowPoints( hWnd, hWndParent, &aPos, 1 ); in SalSysObjClipWndProc()
266 nMP1 = MPFROM2SHORT( (short)aPos.x, (short)aPos.y ); in SalSysObjClipWndProc()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx761 Point aPos = cellRect.TopLeft(); in DrawString() local
821 aPos.Y() += (nRowHeight - (sal_uInt16)aStrSize.Height()) / 2; in DrawString()
828 aPos.X() += nRightX; in DrawString()
837 aPos.X() += FRAME_OFFSET; in DrawString()
840 aPos.X() += nRightX; in DrawString()
843 aPos.X() += nHorPos; in DrawString()
855 aPos.X() += FRAME_OFFSET; in DrawString()
860 aPos.X() += nRightX; in DrawString()
865 aScriptedText.DrawText( aPos ); in DrawString()

Completed in 253 milliseconds

12345678910>>...30