| /aoo4110/main/sw/source/core/text/ | 
| H A D | itrpaint.cxx | 223 		if( GetInfo().GetPos().X() < rPaint.Left() ||  in DrawTextLine()224 			GetInfo().GetPos().Y() < rPaint.Top() ||  in DrawTextLine()
 225 			GetInfo().GetPos().Y() + nTmpHeight > rPaint.Top() + rPaint.Height() )  in DrawTextLine()
 242 	Point aPnt1( nTmpLeft, GetInfo().GetPos().Y() );  in DrawTextLine()
 247 	Point aPnt2( GetInfo().GetPos().X() + nMaxRight - GetInfo().X(),  in DrawTextLine()
 248 				 GetInfo().GetPos().Y() + nTmpHeight );  in DrawTextLine()
 280     const SwTwips nLineBaseLine = GetInfo().GetPos().Y() + nTmpAscent;  in DrawTextLine()
 293             GetInfo().Y( GetInfo().GetPos().Y() + AdjustBaseLine( *pCurr, 0,  in DrawTextLine()
 394                                    pUnderLineFnt->GetPos().Y() :  in DrawTextLine()
 467                 GetInfo().Y( GetInfo().GetPos().Y()  in DrawTextLine()
 [all …]
 
 | 
| /aoo4110/main/editeng/source/editeng/ | 
| H A D | impedit5.cxx | 62 	sal_uInt16 nStartPara = aEditDoc.GetPos( aSel.Min().GetNode() );  in SetStyleSheet()63 	sal_uInt16 nEndPara = aEditDoc.GetPos( aSel.Max().GetNode() );  in SetStyleSheet()
 92 				new EditUndoSetStyleSheet( this, aEditDoc.GetPos( pNode ),  in SetStyleSheet()
 206 	sal_uInt16 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() );  in CreateAttribUndo()
 207 	sal_uInt16 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() );  in CreateAttribUndo()
 350 	sal_uInt16 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() );  in GetAttribs()
 351 	sal_uInt16 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() );  in GetAttribs()
 537 	sal_uInt16 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() );  in SetAttribs()
 538 	sal_uInt16 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() );  in SetAttribs()
 641 	sal_uInt16 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() );  in RemoveCharAttribs()
 [all …]
 
 | 
| H A D | impedit2.cxx | 304 	sal_uInt16 nStartNode = aEditDoc.GetPos( pStartNode );  in GetSelected()305 	sal_uInt16 nEndNode = aEditDoc.GetPos( pEndNode );  in GetSelected()
 687 				sal_uInt16 nPara = GetEditDoc().GetPos( aPaM.GetNode() );  in MouseButtonUp()
 833 	sal_uInt16 nPara = aEditDoc.GetPos( pNode );  in ParaAttribsChanged()
 1943 		sal_uInt16 nPara = GetEditDoc().GetPos( rPaM.GetNode() );  in IsScriptChange()
 2306     if(aEditDoc.GetPos( pLeft ) > aEditDoc.GetPos( pRight ))  in ImpConnectParagraphs()
 2316     GetEditEnginePtr()->ParagraphConnected( aEditDoc.GetPos( pLeft ), aEditDoc.GetPos( pRight ) );  in ImpConnectParagraphs()
 2322 			aEditDoc.GetPos( pLeft ), pLeft->Len(),  in ImpConnectParagraphs()
 2987 	sal_uInt16 nPos = GetParaPortions().GetPos( pPortion );  in ImpInsertParaBreak()
 3038 		sal_uInt16 nPara = aEditDoc.GetPos( aPaM.GetNode() );  in InsertParaBreak()
 [all …]
 
 | 
| H A D | eertfpar.cxx | 132 		sal_uInt16 nPara = pImpEditEngine->GetEditDoc().GetPos( pCurNode );  in CallParser()175 	sal_uInt16 nStartPara = pImpEditEngine->GetEditDoc().GetPos( rStart.GetNode() );  in AddRTFDefaultValues()
 176 	sal_uInt16 nEndPara = pImpEditEngine->GetEditDoc().GetPos( rEnd.GetNode() );  in AddRTFDefaultValues()
 294 	sal_uInt16 nCurPara = pImpEditEngine->GetEditDoc().GetPos( pN );  in SetEndPrevPara()
 367 	sal_uInt16 nStartNode = pImpEditEngine->GetEditDoc().GetPos( pSN );  in SetAttrInDoc()
 368 	sal_uInt16 nEndNode = pImpEditEngine->GetEditDoc().GetPos( pEN );  in SetAttrInDoc()
 602 	return pImpEditEngine->GetEditDoc().GetPos( pNode );  in GetIdx()
 623 	return pImpEditEngine->GetEditDoc().GetPos( pN );  in GetNodeIdx()
 
 | 
| H A D | impedit.cxx | 194 	sal_uInt16 nStartPara = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( pStartNode );  in DrawSelection()195 	sal_uInt16 nEndPara = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( pEndNode );  in DrawSelection()
 673     sal_uInt16 nPara = pEditEngine->pImpEditEngine->aEditDoc.GetPos( aPaM.GetNode() );  in ShowCursor()
 987 		pCrsr->SetPos( pCrsr->GetPos() + Point( nRealDiffX, nRealDiffY ) );  in Scroll()
 990 			Rectangle aCursorRec( pCrsr->GetPos(), pCrsr->GetSize() );  in Scroll()
 1225 					*pPara = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( aPaM.GetNode() );  in GetField()
 1247         sal_uInt16 nPara = pEditEngine->pImpEditEngine->aEditDoc.GetPos( aPaM.GetNode() );  in IsBulletArea()
 1381 	sal_uInt16 nStartNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( aSel.Min().GetNode() );  in IsInSelection()
 1382 	sal_uInt16 nEndNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( aSel.Max().GetNode() );  in IsInSelection()
 1383 	sal_uInt16 nCurNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( rPaM.GetNode() );  in IsInSelection()
 [all …]
 
 | 
| /aoo4110/main/tools/inc/tools/ | 
| H A D | queue.hxx | 42 			using Container::GetPos;82     sal_uIntPtr       GetPos( const Type p ) const                        \
 83                     { return Queue::GetPos( (const void*)p ); }     \
 84     sal_uIntPtr       GetPos( const Type p, sal_uIntPtr nStartIndex,            \
 86                     { return Queue::GetPos( (const void*)p,         \
 
 | 
| H A D | stack.hxx | 41 			using Container::GetPos;83     sal_uIntPtr       GetPos( const Type p ) const                        \
 84                     { return Stack::GetPos( (const void*)p ); }     \
 85     sal_uIntPtr       GetPos( const Type p, sal_uIntPtr nStartIndex,            \
 87                     { return Stack::GetPos( (const void*)p,         \
 
 | 
| H A D | contnr.hxx | 84                     { return Remove( GetPos( p ) ); }  in Remove()89                     { return Replace( pNew, GetPos( pOld ) ); }  in Replace()
 100     sal_uIntPtr       GetPos( const void* p ) const;
 101     sal_uIntPtr       GetPos( const void* p, sal_uIntPtr nStartIndex,
 105     void*       Seek( void* p ) { return Seek( GetPos( p ) ); }  in Seek()
 
 | 
| H A D | list.hxx | 48             using Container::GetPos;115     sal_uIntPtr       GetPos( const Type p ) const                            \
 116                     { return List::GetPos( (const void*)p ); }          \
 117     sal_uIntPtr       GetPos( const Type p, sal_uIntPtr nStartIndex,                \
 119                     { return List::GetPos( (const void*)p, nStartIndex, \
 
 | 
| H A D | ref.hxx | 246 inline sal_uIntPtr       GetPos( const EntryName ) const;\247 inline sal_uIntPtr       GetPos( const EntryName, sal_uIntPtr nStartIndex,\
 299 inline sal_uIntPtr	 ClassName##MemberList::GetPos( const EntryName p) const\
 300 			{return BaseList::GetPos( p );}\
 301 inline sal_uIntPtr	 ClassName##MemberList::GetPos\
 303 			{return BaseList::GetPos( p, nStart, bForward );}
 
 | 
| /aoo4110/main/sfx2/source/appl/ | 
| H A D | linksrc.cxx | 133 	return ( nPos < aArr.Count() && aArr[nPos] == pEntry && USHRT_MAX != rOrigArr.GetPos( pEntry ) );  in IsValidCurrValue()150 				if( USHRT_MAX != rOrigArr.GetPos( pRet ))  in Next()
 257 					sal_uInt16 nFndPos = pImpl->aArr.GetPos( p );  in SendDataChanged()
 294 						sal_uInt16 nFndPos = pImpl->aArr.GetPos( p );  in NotifyDataChanged()
 334 					sal_uInt16 nFndPos = pImpl->aArr.GetPos( p );  in DataChanged()
 365 			sal_uInt16 nFndPos = pImpl->aArr.GetPos( p );  in RemoveAllDataAdvise()
 384 			sal_uInt16 nFndPos = pImpl->aArr.GetPos( p );  in RemoveConnectAdvise()
 
 | 
| /aoo4110/main/sw/source/core/objectpositioning/ | 
| H A D | tolayoutanchoredobjectposition.cxx | 96                                 aVert.GetRelationOrient(), aVert.GetPos(),  in CalcPosition()105                  aVert.GetPos() != nAttrRelPosY )  in CalcPosition()
 182                 nRelPosX = nWidth - nObjWidth - aHori.GetPos();  in CalcPosition()
 186                 nRelPosX = aHori.GetPos();  in CalcPosition()
 229                  aHori.GetPos() != nAttrRelPosX )  in CalcPosition()
 
 | 
| /aoo4110/main/sw/source/core/undo/ | 
| H A D | undraw.cxx | 244 	rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in UndoImpl()295 		rFlyFmts.Remove( rFlyFmts.GetPos( rSave.pFmt ));  in RedoImpl()
 328 	rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in AddObj()
 363 	rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in SwUndoDrawUnGroup()
 397 		rFlyFmts.Remove( rFlyFmts.GetPos( rSave.pFmt ));  in UndoImpl()
 438 	rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in RedoImpl()
 579 		rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in RedoImpl()
 598 	rFlyFmts.Remove( rFlyFmts.GetPos( pFmt ));  in AddObj()
 
 | 
| H A D | unattr.cxx | 165         if (USHRT_MAX != pDoc->GetTblFrmFmts()->GetPos(  in Init()176         else if (USHRT_MAX != pDoc->GetSections().GetPos(  in Init()
 255             nPos = pDoc->GetTxtFmtColls()->GetPos(  in IsFmtInDoc()
 260             nPos = pDoc->GetGrfFmtColls()->GetPos(  in IsFmtInDoc()
 265             nPos = pDoc->GetCharFmts()->GetPos(  in IsFmtInDoc()
 307             nPos = pDoc->GetSpzFrmFmts()->GetPos(  in IsFmtInDoc()
 311                 nPos = pDoc->GetFrmFmts()->GetPos(  in IsFmtInDoc()
 
 | 
| /aoo4110/main/sw/source/core/doc/ | 
| H A D | acmplwrd.cxx | 339 			nInsPos = aLRULst.GetPos( (void*)pNew );  in InsertWord()360 			sal_uInt16 nPos = aWordLst.GetPos( (String*)aLRULst[ nLRUIndex++ ] );  in SetMaxCount()
 386 				sal_uInt16 nDelPos = aLRULst.GetPos( pDel );  in SetMinWordLen()
 424 			sal_uInt16 nPos = aLRULst.GetPos( pDel );  in CheckChangedList()
 439 			sal_uInt16 nPos = aLRULst.GetPos( pDel );  in CheckChangedList()
 463             sal_uInt16 nLRUPos = aLRULst.GetPos( (void*)pCurrent );  in DocumentDying()
 
 | 
| /aoo4110/main/sw/source/core/txtnode/ | 
| H A D | fntcache.cxx | 266        rEnd.Y() = rData.rInf.GetPos().Y();  in lcl_calcLinePos()270        rEnd.X() = rData.rInf.GetPos().X();  in lcl_calcLinePos()
 276        rEnd.Y() = rData.rInf.GetPos().Y();  in lcl_calcLinePos()
 280        rEnd.X() = rData.rInf.GetPos().X();  in lcl_calcLinePos()
 776             Point aStart( rInf.GetPos() );  in lcl_DrawLineForWrongListData()
 981     Point aPos( rInf.GetPos() );  in DrawText()
 1774                             aEnd.Y() = rInf.GetPos().Y();  in DrawText()
 1777                             aEnd.X() = rInf.GetPos().X();  in DrawText()
 1782                             aEnd.Y() = rInf.GetPos().Y();  in DrawText()
 1785                             aEnd.X() = rInf.GetPos().X();  in DrawText()
 [all …]
 
 | 
| H A D | fntcap.cxx | 338     long nDiff = rInf.GetPos().X() - rPos.X();  in DrawSpace()364 	rPos.X() = rInf.GetPos().X() + rInf.GetWidth();  in DrawSpace()
 508         Point aPos( rInf.GetPos() );  in Do()
 526 	((Point&)rInf.GetPos()).X() += nPartWidth;  in Do()
 541     const Point& rOldPos = rInf.GetPos();  in DrawStretchCapital()
 597 	Point aStartPos( rDo.GetInf().GetPos() );  in DoOnCapitals()
 762 						aStartPos = rDo.GetInf().GetPos();  in DoOnCapitals()
 
 | 
| /aoo4110/main/svl/source/notify/ | 
| H A D | lstner.cxx | 88 	aBCs.Remove( aBCs.GetPos(pBC), 1 );  in RemoveBroadcaster_Impl()129 		aBCs.Remove( aBCs.GetPos(pBC), 1 );  in EndListening()
 170 	return USHRT_MAX != aBCs.GetPos( pBC );  in IsListening()
 185 	DBG_ASSERT( USHRT_MAX != aBCs.GetPos(pBC),  in Notify()
 
 | 
| /aoo4110/main/svl/inc/svl/ | 
| H A D | svarray.hxx | 320 sal_uInt16 GetPos( const AERef aE ) const;\369 	sal_uInt16 GetPos( const AERef aE ) const { \
 370 		return Base::GetPos((const VPRef)aE);\
 428 	sal_uInt16 GetPos( const AERef aE ) const { \
 429 		return Base::GetPos((const VPRef)aE);\
 645 	sal_uInt16 GetPos( AE& aE ) const { \
 646 		return SvPtrarr::GetPos((const VoidPtr&)aE);\
 655 	sal_uInt16 GetPos( const AE& aE ) const { \
 656 		return SvPtrarr::GetPos((const VoidPtr&)aE);\
 775 #define C40_GETPOS( c, r) GetPos( (c const *&) r )
 
 | 
| /aoo4110/main/sw/source/ui/inc/ | 
| H A D | frmmgr.hxx | 95 	inline Point		GetPos() const;177 inline Point SwFlyFrmAttrMgr::GetPos() const  in GetPos()  function in SwFlyFrmAttrMgr
 179 	return Point( GetHoriOrient().GetPos(), GetVertOrient().GetPos() );  in GetPos()
 
 | 
| /aoo4110/main/sw/inc/ | 
| H A D | fmtornt.hxx | 67 	SwTwips GetPos() const { return nYPos; }  in GetPos()  function in SwFmtVertOrient105 	SwTwips GetPos() const { return nXPos; }  in GetPos()  function in SwFmtHoriOrient
 114 	nYPos = rCpy.GetPos();  in operator =()
 121 	nXPos = rCpy.GetPos();  in operator =()
 
 | 
| /aoo4110/main/dbaccess/source/ui/inc/ | 
| H A D | FieldControls.hxx | 67 		short GetPos() const { return m_nPos; }  in GetPos()  function in dbaui::OPropColumnEditCtrl99 		short GetPos() const { return m_nPos; }  in GetPos()  function in dbaui::OPropEditCtrl
 134 		short GetPos() const { return m_nPos; }  in GetPos()  function in dbaui::OPropNumericEditCtrl
 169 		short GetPos() const { return m_nPos; }  in GetPos()  function in dbaui::OPropListBoxCtrl
 
 | 
| /aoo4110/main/sc/inc/ | 
| H A D | compressedarray.hxx | 246     A                           GetPos() const;320 A ScCompressedArrayIterator<A,D>::GetPos() const  in GetPos()  function in ScCompressedArrayIterator
 584     A                           GetPos() const;
 633     if (aIter1.GetPos() < aIter1.GetRangeEnd())  in operator ++()
 645 A ScCoupledCompressedArrayIterator<A,D,S>::GetPos() const  in GetPos()  function in ScCoupledCompressedArrayIterator
 647     return aIter2.GetPos();  in GetPos()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdglue.cxx | 181 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in Rotate()208 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in Mirror()
 246 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in Shear()
 257 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in Draw()
 292 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in Invalidate()
 306 	Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());  in IsHit()
 
 | 
| H A D | svddrgmt.cxx | 1033 		DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos()));  in BeginSdrDrag()1085 				DragStat().SetActionRect(Rectangle(pH1->GetPos(),pH2->GetPos()));  in MoveSdrDrag()
 1116 					Point aRef(pH->GetPos());  in MoveSdrDrag()
 1892 			DragStat().Ref1()=Rectangle(pRef1->GetPos(),pRef2->GetPos()).Center();  in BeginSdrDrag()
 2179 		DragStat().Ref1()=pH->GetPos();  in BeginSdrDrag()
 2607 		DragStat().Ref1()=pH1->GetPos();  in BeginSdrDrag()
 2608 		DragStat().Ref2()=pH2->GetPos();  in BeginSdrDrag()
 2609 		Ref1()=pH1->GetPos();  in BeginSdrDrag()
 2610 		Ref2()=pH2->GetPos();  in BeginSdrDrag()
 2611 		aDif=pH2->GetPos()-pH1->GetPos();  in BeginSdrDrag()
 [all …]
 
 |