Home
last modified time | relevance | path

Searched refs:aPos (Results 576 – 600 of 743) sorted by relevance

1...<<21222324252627282930

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2673 const SwPosition aPos( *((SwTxtFrm*)pCntnt)->GetTxtNode() ); in GetTabRows() local
2674 const SwCursor aTmpCrsr( aPos, 0, false ); in GetTabRows()
2973 const SwPosition aPos( *((SwTxtFrm*)pCntnt)->GetTxtNode() ); in SetTabRows() local
2974 const SwCursor aTmpCrsr( aPos, 0, false ); in SetTabRows()
4373 SwPosition aPos( SwNodeIndex( pCpyDoc->GetNodes().GetEndOfContent() )); in InsCopyOfTbl() local
4374 if( !pSrcTblNd->GetTable().MakeCopy( pCpyDoc, aPos, rBoxes, sal_True, sal_True )) in InsCopyOfTbl()
4387 aPos.nNode -= 1; // auf den EndNode der Tabelle in InsCopyOfTbl()
4388 pSrcTblNd = aPos.nNode.GetNode().FindTableNode(); in InsCopyOfTbl()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1147 Point aPos(rPos); in Paint() local
1148 rDev.DrawText( aPos, m_aName ); in Paint()
1151 aPos.X() += rDev.GetTextWidth(m_aName) + nxD; in Paint()
1153 rDev.DrawText( aPos, GetText() ); in Paint()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx344 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in DeleteRow()
357 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in DeleteRow()
534 if ( !Search( (*aIt)->aPos.Row(), nIndex ) ) in DeleteRange()
541 aHint.SetAddress( (*aIt)->aPos ); in DeleteRange()
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1424 …CellAddress aPos( maLocationModel.maRange.Sheet, maLocationModel.maRange.StartColumn, maLocationMo… in finalizeImport() local
1428aPos.Row = ::std::max< sal_Int32 >( static_cast< sal_Int32 >( aPos.Row - maPageFields.size() - 1 )… in finalizeImport()
1431 xDPTables->insertNewByName( maDefModel.maName, aPos, mxDPDescriptor ); in finalizeImport()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx2388 OSQLParseNodes::iterator aPos(m_aChildren.begin() + nPos); in removeAt() local
2389 OSQLParseNode* pNode = *aPos; in removeAt()
2394 m_aChildren.erase(aPos); in removeAt()
2402 OSQLParseNodes::iterator aPos = ::std::find(m_aChildren.begin(), m_aChildren.end(), pSubTree); in remove() local
2403 if (aPos != m_aChildren.end()) in remove()
2407 m_aChildren.erase(aPos); in remove()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx356 Point aPos(nDestX - nSourceX, nDestY - nSourceY); in draw() local
374 mpOutputDevice->DrawBitmapEx( aPos, aSz, aBmpEx ); in draw()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx508 Point aPos = _rParent.LogicToPixel( Point( _nX, _nY ), MAP_APPFONT ); in lcl_positionInAppFont() local
510 _rChild.SetPosSizePixel( aPos, aSize ); in lcl_positionInAppFont()
H A DDbAdminImpl.cxx966 MapInt2String::const_iterator aPos = m_aDirectPropTranslator.find( _nId ); in translatePropertyId() local
967 if ( m_aDirectPropTranslator.end() != aPos ) in translatePropertyId()
969 aString = aPos->second; in translatePropertyId()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx443 Point aPos = rEvt.GetPosPixel(); in MouseMove() local
444 setSizingFlag(aPos); in MouseMove()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx580 Point aPos = rZoomRect.TopLeft(); in SetZoomRect() local
629 maWinPos = maViewOrigin + aPos; in SetZoomRect()
/trunk/main/framework/inc/services/
H A Dlayoutmanager.hxx142 …entPos( const ::rtl::OUString& aName, const ::com::sun::star::awt::Point& aPos ) throw (::com::sun…
143 …osSize( const ::rtl::OUString& aName, const ::com::sun::star::awt::Point& aPos, const ::com::sun::…
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx151 void ExecutePopup( Window *pParent, const ::Point &aPos );
257 void GalleryThemePopup::ExecutePopup( Window *pWindow, const ::Point &aPos ) in ExecutePopup() argument
369 maPopupMenu.Execute( pWindow, aPos ); in ExecutePopup()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx729 Point aPos; in DrawPrinterLayout() local
762 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, pText ? a… in DrawPrinterLayout()
779 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx670 Point aPos; in DrawPrinterLayout() local
677 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, bIsPspSer… in DrawPrinterLayout()
694 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx611 awt::Point aPos = rXShape->getPosition(); in WriteShapeTransformation() local
614 …WriteTransformation( Rectangle( Point( aPos.X, aPos.Y ), Size( aSize.Width, aSize.Height ) ), bFli… in WriteShapeTransformation()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx1020 table::CellAddress aPos; in getStartOutputPosition() local
1021 aPos.Column = aParam.nCol; in getStartOutputPosition()
1022 aPos.Row = aParam.nRow; in getStartOutputPosition()
1023 aPos.Sheet = aParam.nTab; in getStartOutputPosition()
1024 return aPos; in getStartOutputPosition()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1849 x1->CalcAbsIfRel( aPos); in ScIntersect()
1850 x2->CalcAbsIfRel( aPos); in ScIntersect()
1908 pt[i]->CalcAbsIfRel( aPos); in ScIntersect()
1960 FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false); in ScRangeFunc()
2087 ScRange aRange(aPos); in ScStyle()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2330 …if ( mpIMEInfos && mpIMEInfos->nLen && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetNode() == pNo… in CreateTextPortions()
2337 aPositions.Insert( mpIMEInfos->aPos.GetIndex() + n ); in CreateTextPortions()
2341 aPositions.Insert( mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen ); in CreateTextPortions()
2743 if ( mpIMEInfos && mpIMEInfos->pAttribs && ( mpIMEInfos->aPos.GetNode() == pNode ) && in SeekCursor()
2744 …( nPos > mpIMEInfos->aPos.GetIndex() ) && ( nPos <= ( mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nL… in SeekCursor()
2746 sal_uInt16 nAttr = mpIMEInfos->pAttribs[ nPos - mpIMEInfos->aPos.GetIndex() - 1 ]; in SeekCursor()
3749 if( mpIMEInfos && (mpIMEInfos->aPos.GetNode() == pNode && in Paint()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.hxx57 const Rectangle& rControlRegion, const Point& aPos,
/trunk/main/sc/source/ui/inc/
H A Dnotemark.hxx62 ScDocument* pD, ScAddress aPos, const String& rUser,
H A Dprivsplt.hxx72 void MoveSplitTo(Point aPos);
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1235 Point aPos( 0, 0 ); in updatePreview() local
1262 aPos.X() += nXDiff; in updatePreview()
1267 aPos.Y() += nYDiff; in updatePreview()
1271 aCroppedBitmap.Crop( Rectangle( aPos, aSize ) ); in updatePreview()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx207 SwPosition aPos( aNdIdx, SwIndex( pNode, nChgEnd ) ); in lcl_CalculateRepaintRect() local
210 rTxtFrm.GetCharRect( aRect, aPos, &aTmpState ); in lcl_CalculateRepaintRect()
236 aPos = SwPosition( aNdIdx, SwIndex( pNode, nChgStart ) ); in lcl_CalculateRepaintRect()
237 rTxtFrm.GetCharRect( aTmp, aPos, &aTmpState ); in lcl_CalculateRepaintRect()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2327 Point aPos = Point( aOutputSize.Width() / 3, aOutputSize.Height() / 2 ); in Paint() local
2328 aPos.X() -= maSymbolSize.Width() / 2; in Paint()
2329 aPos.Y() -= maSymbolSize.Height() / 2; in Paint()
2330 mpGraphic->Draw( &getBufferDevice(), aPos, maSymbolSize ); in Paint()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1195 Point aPos( pView->pEditView->GetWindowPosTopLeft( nPara ) ); in InvalidateBullet() local
1197 aRect.Right() = aPos.X(); in InvalidateBullet()
1198 aRect.Top() = aPos.Y(); in InvalidateBullet()
1199 aRect.Bottom() = aPos.Y(); in InvalidateBullet()

Completed in 319 milliseconds

1...<<21222324252627282930