Home
last modified time | relevance | path

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

1...<<21222324252627282930

/trunk/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx151 aNote.aPos = rPos; in AddNoteObj()
/trunk/main/sw/source/core/inc/
H A Ddocsort.hxx103 SwNodeIndex aPos; member
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2731 SwPosition aPos( *pNode, aIndex ); in getIndexAtPoint() local
2766 sal_Bool bSuccess = pFrm->GetCrsrOfst( &aPos, aCorePoint, &aMoveState ); in getIndexAtPoint()
2768 SwIndex aCntntIdx = aPos.nContent; in getIndexAtPoint()
2773 pFrm->GetCharRect( aResultRect, aPos ); in getIndexAtPoint()
2788 aPos = aPosPrev; in getIndexAtPoint()
2793 GetPortionData().GetAccessiblePosition( aPos.nContent.GetIndex() ) in getIndexAtPoint()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1193 Point aPos( pControl->GetPosPixel() ); in move_down() local
1194 aPos.X() += nOffsetX; in move_down()
1195 aPos.Y() += nOffsetY; in move_down()
1196 pControl->SetPosPixel( aPos ); in move_down()
/trunk/main/sc/source/ui/inc/
H A Dparawin.hxx127 ScParaWin(ScAnyRefDlg* pParent,Point aPos);
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1638 SwPosition aPos( rDstNd ); in _SaveMergeRedlines() local
1642 aPos.nContent.Assign( ((SwCntntNode*)&rDstNd), pStt->nContent.GetIndex() ); in _SaveMergeRedlines()
1643 pDestRedl = new SwRedline( rSrcRedl.GetRedlineData(), aPos ); in _SaveMergeRedlines()
H A Ddocnew.cxx861 SwPosition aPos( *pFirstNd, SwIndex( pFirstNd )); in ClearDoc() local
863 ::PaMCorrAbs(tmpPaM, aPos); in ClearDoc()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1500 Point aPos(rCEvt.GetMousePosPixel()); in Command() local
1502 if (pOLV && pOLV->IsWrongSpelledWordAtPos(aPos)) in Command()
1508 pOLV->ExecuteSpellPopup(aPos, &aLink); in Command()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1030 Point aPos(pObj->GetCurrentBoundRect().TopLeft()); in getAnchor() local
1031 ScRange aRange(pDoc->GetRange( nTab, Rectangle( aPos, aPos ) )); in getAnchor()
/trunk/main/formula/source/ui/dlg/
H A Dparawin.hxx130 ParaWin(Window* pParent,IControlReferenceHandler* _pDlg,Point aPos);
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx508 Point aPos( pValueSet->GetPosPixel() ); in updateLayout() local
515 const long nOptionsPos = aPos.Y() + aValueSetSize.Height(); in updateLayout()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx428 SwPosition aPos(*pTxtNd); in OutGrf() local
429 bVert = pDoc->IsInVerticalText(aPos) ? true : false; in OutGrf()
H A Dwrtw8nds.cxx266 SwPosition aPos(rTxtNd); in WW8SwAttrIter() local
267 if (FRMDIR_HORI_RIGHT_TOP == rWr.pDoc->GetTextDirection(aPos)) in WW8SwAttrIter()
1340 SwPosition aPos( *pNd ); in GetDefaultFrameDirection() local
1341 nDir = pDoc->GetTextDirection( aPos ); in GetDefaultFrameDirection()
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx147 TextPaM aPos; member
/trunk/main/sw/inc/
H A Dindex.hxx116 friend bool lcl_PosOk(const SwPosition & aPos);
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.hxx102 TConnectionMap::iterator aPos; member
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1113 const SwPosition aPos( *pDel->GetPoint() ); in DeleteExtTextInput() local
1119 *GetCrsr()->GetPoint() = aPos; in DeleteExtTextInput()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx775 …TRowPositionsInFile::iterator aPos = m_aFilePosToEndLinePos.insert(TRowPositionsInFile::value_type… in seekRow() local
776 …sToFilePos.insert(::std::map<sal_Int32,TRowPositionsInFile::iterator>::value_type(m_nRowPos,aPos)); in seekRow()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1801 SwPosition aPos( *pCurPam->GetPoint() ); in AddLinkTarget() local
1802 if( pDoc->GotoOutline( aPos, aOutline ) ) in AddLinkTarget()
1804 sal_uLong nIdx = aPos.nNode.GetIndex(); in AddLinkTarget()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.hxx139 AddXControl( const String& rName, Point aPos, Size aSize, const rtl::OString& sHelpId,
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx177 ScAddress aPos = pCell->aPos; in operator ()() local
186 mpDoc->PutCell(aPos, new ScValueCell(fVal)); in operator ()()
193 mpDoc->PutCell(aPos, new ScStringCell(aVal)); in operator ()()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx115 Point aPos; member
134 long X() const { return aPos.X(); } in X()
135 long Y() const { return aPos.Y(); } in Y()
941 : aPos( rPt ), pSelBox( pBox ), bVert( bVertical ) in _CmpLPt()
/trunk/main/sw/source/core/text/
H A Dporfld.hxx245 sal_uInt16 aPos[6]; // up to six X positions member in SwCombinedPortion
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx1864 xub_StrLen aPos = rIdx.GetIndex(); in InsertText() local
1865 xub_StrLen nLen = m_Text.Len() - aPos; in InsertText()
1866 m_Text.Insert( rStr, aPos ); in InsertText()
1867 nLen = m_Text.Len() - aPos - nLen; in InsertText()
1945 SwInsTxt aHint( aPos, nLen ); in InsertText()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx398 … Point aPos = pScroll->GetParent()->OutputToNormalizedScreenPixel( pScroll->GetPosPixel() ); in IMPL_LINK() local
431 aRect.Left() = aPos.X() - 8; in IMPL_LINK()

Completed in 215 milliseconds

1...<<21222324252627282930