Home
last modified time | relevance | path

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

1...<<21222324252627282930

/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2401 Point aPos = pDev->PixelToLogic( Point( nX, nY ) ); in draw() local
2403 pWindow->Draw( pDev, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
2502 Point aPos = pDev->PixelToLogic( Point( nX, nY ) ); in IMPL_XTYPEPROVIDER_START() local
2504 pWindow->Draw( pDev, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in IMPL_XTYPEPROVIDER_START()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx535 const awt::Point aPos( aRect.Left(), aRect.Top() ); in _CreateSdrObject() local
536 xShape->setPosition( aPos ); in _CreateSdrObject()
/trunk/main/sc/inc/
H A Dcellsuno.hxx984 static String GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aPos);
1373 ScAddress aPos; member in ScCellsEnumeration
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx692 CellPos aPos = *(m_it)++; in nextElement() local
694 uno::Reference< table::XCellRange > xRangeArea = getArea( aPos.m_nArea ); in nextElement()
695 …uno::Reference< table::XCellRange > xCellRange( xRangeArea->getCellByPosition( aPos.m_nCol, aPos.… in nextElement()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2729 Point aPos( aPlaygroundPos.X(), aSplitPos.Y() + aSplitSize.Height() ); in resizeDocumentView() local
2730 …m_pSelectionBox->SetPosSizePixel( aPos, Size( aPlaygroundSize.Width(), aPlaygroundSize.Height() - … in resizeDocumentView()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx329 SwPosition const aPos(SwNodeIndex(rDoc.GetNodes(), nSttNode)); in RedoImpl() local
330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1238 const Point& aPos,
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1034 SwPosition aPos(aIdx); in InsertSegments() local
1035 SwPaM aTest(aPos); in InsertSegments()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3100 Point aPos(250,0); in SvxNumPositionTabPage() local
3102 pDebugFixedText->SetPosSizePixel(aPos, aSize); in SvxNumPositionTabPage()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx372 Point aPos(0,0); in SuggestionDisplay() local
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx443 const Point aPos(rRect.TopLeft()); in PaintCell() local
/trunk/main/cui/source/customize/
H A Dcfg.cxx4895 Point aPos( nPosX > 0 ? nPosX : 0, nPosY > 0 ? nPosY : 0 ); in GetSizedImage() local
4899 aDev.DrawImage( aPos, aImage ); in GetSizedImage()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4180 SwPosition aPos(aIdx); in InsertSegments() local
4181 SwPaM aTest(aPos); in InsertSegments()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx447 Point aPos = OutputToScreenPixel(m_pImpl->aDropPosPixel); variable
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx828 Point aPos = GetPosPixel(); in Resize() local
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1008 …caped( XclXmlUtils::ToOUString( *mrScFmlaCell.GetDocument(), mrScFmlaCell.aPos, mrScFmlaCell.GetCo… in SaveXml()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx3175 ((ScFormulaCell*)pCell)->aPos = aDest; in CopyData()
H A Ddocument.cxx3094 p->aNotifiedFormulaPos.push_back( pCell->aPos ); in AddTableOpFormulaCell()

Completed in 370 milliseconds

1...<<21222324252627282930