Home
last modified time | relevance | path

Searched refs:GetPos (Results 101 – 125 of 304) sorted by relevance

12345678910>>...13

/trunk/main/forms/source/component/
H A DGroupManager.cxx137 return m_nTabIndex == rComp.GetTabIndex() && m_nPos == rComp.GetPos(); in operator ==()
149 bResult = lhs.m_nPos < rhs.GetPos(); in operator ()()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx275 nPos = (*aIter)->GetPos(); in Undo()
296 nPos = (*aIter)->GetPos(); in Redo()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx366 sal_uInt32 ParaPortionList::GetPos( const ParaPortionPtr &rPtr ) const in GetPos() function in ParaPortionList
373 sal_uInt32 ContentList::GetPos( const ContentNodePtr &rPtr ) const in GetPos() function in ContentList
H A Dimpedit.hxx1039 return EPaM( aEditDoc.GetPos( pNode ), rPaM.GetIndex() ); in CreateEPaM()
1054 aESel.nStartPara = aEditDoc.GetPos( pStartNode ); in CreateESel()
1056 aESel.nEndPara = aEditDoc.GetPos( pEndNode ); in CreateESel()
1135 sal_uInt32 nPos = aEditDoc.GetPos( pNode ); in FindParaPortion()
H A Dimpedit3.cxx740 aBulletArea = GetEditEnginePtr()->GetBulletArea( GetParaPortions().GetPos( pParaPortion ) ); in CreateLines()
1619 aBulletArea = GetEditEnginePtr()->GetBulletArea( GetParaPortions().GetPos( pParaPortion ) ); in CreateAndInsertEmptyLine()
1651 sal_uInt32 nPara = GetParaPortions().GetPos( pParaPortion ); in CreateAndInsertEmptyLine()
1684 sal_uInt32 nPara = GetParaPortions().GetPos( pParaPortion ); in CreateAndInsertEmptyLine()
2320 ((ImpEditEngine*)this)->InitScriptTypes( GetParaPortions().GetPos( pParaPortion ) ); in CreateTextPortions()
4133 sal_uInt32 nPara = GetParaPortions().GetPos( pCurPortion ); in GetPrevVisPortion()
4144 sal_uInt32 nPara = GetParaPortions().GetPos( pCurPortion ); in GetNextVisPortion()
4393 sal_uInt32 nPara = GetEditDoc().GetPos( const_cast< ContentNode * >(pNode) ); in GetNumberFormat()
4763 sal_uInt16 nTxtPortion = pParaPortion->GetTextPortions().GetPos( pTP ); in ImplExpandCompressedPortions()
H A Deditview.cxx270 …aSelection.nStartPara = PIMPEE->GetEditDoc().GetPos( pImpEditView->GetEditSelection().Min().GetNod… in GetSelection()
271 …aSelection.nEndPara = PIMPEE->GetEditDoc().GetPos( pImpEditView->GetEditSelection().Max().GetNode(… in GetSelection()
851 sal_uInt32 nStartPara = PIMPEE->GetEditDoc().GetPos( aSel.Min().GetNode() ); in GetStyleSheet()
852 sal_uInt32 nEndPara = PIMPEE->GetEditDoc().GetPos( aSel.Max().GetNode() ); in GetStyleSheet()
H A Dedtspell.cxx684 sal_uInt32 nPos = rNodes.GetPos( pCurNode ); in GetPrevPara()
754 sal_uInt32 nPara = pImpEE->GetEditDoc().GetPos( pCurNode ); in ImplStartUndoAction()
/trunk/main/sc/inc/
H A Ddociter.hxx75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
246 ScAddress GetPos() const { return ScAddress( nCol, nRow, nTab ); } in GetPos() function in ScCellIterator
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx86 rUnoGlue.Position.X = rSdrGlue.GetPos().X(); in convert()
87 rUnoGlue.Position.Y = rSdrGlue.GetPos().Y(); in convert()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx578 aPos( rInf.GetPos() ), in SwTxtPaintInfo()
591 aPos( rInf.GetPos() ), in SwTxtPaintInfo()
945 const Point aOldPos( rInf.GetPos() ); in lcl_DrawSpecial()
1063 SwRect aRect( ((SwArrowPortion&)rPor).GetPos(), aSize ); in DrawRedArrow()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx781 sal_uInt16 nSttBox = pLine->GetTabBoxes().GetPos( pBox ); in lcl_RelToBox()
782 sal_uInt16 nSttLine = rTbl.GetTabLines().GetPos( pLine ); in lcl_RelToBox()
1052 nRet = rTbl.GetTabLines().GetPos( pLn ); in GetLnPosInTbl()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx606 Point aStartPoint(pHdl->GetPos()); in KeyInput()
607 Point aEndPoint(pHdl->GetPos() + Point(nX, nY)); in KeyInput()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx406 if( !pObj || USHRT_MAX != aServerTbl.GetPos( pObj ) ) in InsertServer()
416 sal_uInt16 nPos = aServerTbl.GetPos( pObj ); in RemoveServer()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx1557 if( USHRT_MAX == rArr.GetPos( p )) in lcl_DeleteInfoStyles()
1572 if( USHRT_MAX == rArr.GetPos( p )) in lcl_DeleteInfoStyles()
1587 if( USHRT_MAX == rArr.GetPos( p )) in lcl_DeleteInfoStyles()
1602 if( USHRT_MAX == rArr.GetPos( p )) in lcl_DeleteInfoStyles()
1618 if( USHRT_MAX == rArr.GetPos( p )) in lcl_DeleteInfoStyles()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1404 sal_uInt16 nFmt = pCharFmtTbl->GetPos( pFmt ); in DelCharFmt()
1424 if ( USHRT_MAX != ( nPos = pFrmFmtTbl->GetPos( pFmt )) ) in DelFrmFmt()
1442 nPos = GetSpzFrmFmts()->GetPos( pFmt ); in DelFrmFmt()
1452 sal_uInt16 nPos = pTblFrmFmtTbl->GetPos( pFmt ); in DelTblFrmFmt()
1704 sal_uInt16 nFmt = pTxtFmtCollTbl->GetPos( pColl ); in DelTxtFmtColl()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1474 aSet.Put( SwFmtVertOrient( rVert.GetPos()+nYPosDiff, in _Changed()
1482 aSet.Put( SwFmtHoriOrient( rHori.GetPos()+nXPosDiff, in _Changed()
2586 Point aP(pHdl->GetPos() + GetOffset()); in GetHdl()
2603 pHdl->SetPos(pHdl->GetPos() + GetOffset()); in GetPlusHdl()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx373 sal_uInt16 nPos = aAttr.GetPos( SVBT16ToShort( pDel + i*2 ) - nLeftPMgn ); in Start()
399 sal_uInt16 nPos2 = aAttr.GetPos( nPos ); in Start()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx651 sal_uLong nRight = maTextNodes.GetPos( pRight ); in ConnectParagraphs()
655 sal_uLong nLeft = maTextNodes.GetPos( pLeft ); in ConnectParagraphs()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx566 rText += ::GetMetricText( GetPos(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
628 rText += ::GetMetricText( GetPos(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx340 const Point& rPos=rHL.GetPos(); in SnapPos()
606 Point aHelpLinePos = rHelpLine.GetPos(); // + pPV->GetOffset(); in BegDragHelpLine()
/trunk/main/idl/source/objects/
H A Dobject.cxx729 if ( rClassList.GetPos(this) != LIST_ENTRY_NOTFOUND ) in InsertSlots()
794 if ( rList.GetPos(this) == LIST_ENTRY_NOTFOUND ) in FillClasses()
/trunk/main/rsc/source/tools/
H A Drscdef.cxx1059 if( pFile && (lPos <= pFile->aDefLst.GetPos( (RscDefine *)pDefDec )) in TestDef()
1249 lPos = pFile->aDefLst.GetPos( pDef ); in ChangeDef()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx140 nOldPos = GetPos( pOver ); in Join()
372 nOldPos = GetPos( pOver ); in Join()
/trunk/main/dbaccess/source/ui/inc/
H A DTableRow.hxx77 inline long GetPos() const { return m_nPos; } in GetPos() function in dbaui::OTableRow
/trunk/main/sw/qa/core/
H A Dbigpointerarray-new.hxx49 sal_uLong GetPos() const in GetPos() function in BigPtrEntry

Completed in 194 milliseconds

12345678910>>...13