/trunk/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 381 rPos ++; in convertToXML() 400 rPos ++; in convertToXML() 407 rPos ++; in convertToXML() 417 rPos ++; in convertToXML() 443 rPos ++; in convertToXML() 445 rPos ++; in convertToXML() 471 rPos ++; in convertToXML() 473 rPos ++; in convertToXML() 475 rPos ++; in convertToXML() 487 rPos ++; in convertToXML() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | postit.cxx | 109 pObjData->maStart = rPos; in SetCaptionUserData() 218 maPos( rPos ), in ScCaptionCreator() 227 maPos( rPos ), in ScCaptionCreator() 235 maPos( rPos ), in ScCaptionCreator() 512 CreateCaption( rPos ); in ScPostIt() 592 CreateCaptionFromInitData( rPos ); in SetText() 599 CreateCaptionFromInitData( rPos ); in GetOrCreateCaption() 613 CreateCaptionFromInitData( rPos ); in ShowCaption() 858 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromCaption() 895 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromObjectData() [all …]
|
H A D | validat.cxx | 231 pDocument->LockTable( rPos.Tab() ); in DoScript() 241 pDocument->UnlockTable( rPos.Tab() ); in DoScript() 363 pDocument->LockTable( rPos.Tab() ); in DoMacro() 367 pDocument->UnlockTable( rPos.Tab() ); in DoMacro() 399 const ScAddress& rPos ) const in DoError() 442 const ScAddress& rPos ) const in IsDataValid() 474 bRet = IsDataValid( pCell, rPos ); in IsDataValid() 529 bOk = IsCellValid( pCell, rPos ); in IsDataValid() 535 bOk = IsCellValid( pCell, rPos ); in IsDataValid() 611 const ScPatternAttr* pPattern = rDoc.GetPattern( rPos.Col(), rPos.Row(), rPos.Tab() ); in lclGetCellFormat() [all …]
|
/trunk/main/sw/source/core/crsr/ |
H A D | pam.cxx | 93 : nNode( rPos.nNode ), nContent( rPos.nContent ) in SwPosition() 99 nNode = rPos.nNode; in operator =() 100 nContent = rPos.nContent; in operator =() 107 if( nNode < rPos.nNode ) in operator <() 109 if( nNode == rPos.nNode ) in operator <() 117 if(nNode > rPos.nNode ) in operator >() 119 if( nNode == rPos.nNode ) in operator >() 127 if(nNode < rPos.nNode ) in operator <=() 137 if(nNode > rPos.nNode ) in operator >=() 148 ( ( nNode == rPos.nNode ) && ( nContent == rPos.nContent ) ? in operator ==() [all …]
|
/trunk/main/vcl/source/control/ |
H A D | group.cxx | 137 Rectangle aRect( rPos, rSize ); in ImplDraw() 164 nTop = rPos.Y(); in ImplDraw() 172 nTop = rPos.Y(); in ImplDraw() 185 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X()+rSize.Width()-2, nTop ) ); in ImplDraw() 191 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X(), rPos.Y()+rSize.Height()-2 ) ); in ImplDraw() 192 …pDev->DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSize.Width()-2, rPo… in ImplDraw() 193 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-2, rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSiz… in ImplDraw() 203 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( rPos.X()+rSize.Width()-3, nTop+1 ) ); in ImplDraw() 209 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( rPos.X()+1, rPos.Y()+rSize.Height()-3 ) ); in ImplDraw() 210 …pDev->DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-1 ), Point( rPos.X()+rSize.Width()-1, rPo… in ImplDraw() [all …]
|
H A D | button.cxx | 410 rPos = aOutRect.TopLeft(); in ImplDrawAlignedImage() 440 Point aImagePos = rPos; in ImplDrawAlignedImage() 441 Point aTextPos = rPos; in ImplDrawAlignedImage() 613 rPos.X() += nXOffset; in ImplDrawAlignedImage() 614 rPos.Y() += nYOffset; in ImplDrawAlignedImage() 899 return aTestRect.IsInside( rPos ); in ImplHitTestPushButton() 2313 Point aPos( rPos ); in ImplDraw() 2405 Point aTxtPos = rPos; in ImplDraw() 3409 Point aPos( rPos ); in ImplDraw() 3428 rMouseRect.Left() = rPos.X(); in ImplDraw() [all …]
|
/trunk/main/sw/source/core/edit/ |
H A D | edglbldc.cxx | 160 rPos.nNode = rInsPos.GetDocPos(); in InsertGlobalDocContent() 166 rPos.nContent.Assign( pTxtNd, 0 ); in InsertGlobalDocContent() 171 rPos.nNode--; in InsertGlobalDocContent() 201 rPos.nNode = rInsPos.GetDocPos(); in InsertGlobalDocContent() 213 rPos.nNode--; in InsertGlobalDocContent() 242 rPos.nContent.Assign( 0, 0 ); in InsertGlobalDocContent() 245 pMyDoc->AppendTxtNode( rPos ); in InsertGlobalDocContent() 272 rPos.nNode = nDelIdx - 1; in DeleteGlobalDocContent() 273 rPos.nContent.Assign( 0, 0 ); in DeleteGlobalDocContent() 283 rPos.nNode = nDelIdx; in DeleteGlobalDocContent() [all …]
|
/trunk/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 80 void SetEnd( const Reference < XTextRange > & rPos ) { xEnd = rPos; } in SetEnd() argument 98 const Reference < XTextRange > & rPos ) : in XMLStyleHint_Impl() 99 XMLHint_Impl( XML_HINT_STYLE, rPos, rPos ), in XMLStyleHint_Impl() 116 XMLHint_Impl( XML_HINT_REFERENCE, rPos, rPos ), in XMLReferenceHint_Impl() 138 XMLHint_Impl( XML_HINT_HYPERLINK, rPos, rPos ), in XMLHyperlinkHint_Impl() 181 const Reference < XTextRange > & rPos ) : in XMLIndexMarkHint_Impl() 182 XMLHint_Impl( XML_HINT_INDEX_MARK, rPos, rPos ), in XMLIndexMarkHint_Impl() 189 const Reference < XTextRange > & rPos, in XMLIndexMarkHint_Impl() 191 XMLHint_Impl( XML_HINT_INDEX_MARK, rPos, rPos ), in XMLIndexMarkHint_Impl() 214 XMLHint_Impl( XML_HINT_TEXT_FRAME, rPos, rPos ), in XMLTextFrameHint_Impl() [all …]
|
/trunk/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 59 while(rPos < nLen in Imp_SkipSpaces() 61 rPos++; in Imp_SkipSpaces() 66 while(rPos < nLen in Imp_SkipSpacesAndOpeningBraces() 68 rPos++; in Imp_SkipSpacesAndOpeningBraces() 73 while(rPos < nLen in Imp_SkipSpacesAndCommas() 75 rPos++; in Imp_SkipSpacesAndCommas() 80 while(rPos < nLen in Imp_SkipSpacesAndClosingBraces() 82 rPos++; in Imp_SkipSpacesAndClosingBraces() 117 while(rPos < nLen && Imp_IsOnNumberChar(rStr, rPos, bSignAllowed)) in Imp_SkipNumber() 120 rPos++; in Imp_SkipNumber() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | refdata.cxx | 34 nRelCol = nCol - rPos.Col(); in CalcRelFromAbs() 35 nRelRow = nRow - rPos.Row(); in CalcRelFromAbs() 36 nRelTab = nTab - rPos.Tab(); in CalcRelFromAbs() 43 nCol = nRelCol + rPos.Col(); in SmartRelAbs() 45 nRelCol = nCol - rPos.Col(); in SmartRelAbs() 48 nRow = nRelRow + rPos.Row(); in SmartRelAbs() 50 nRelRow = nRow - rPos.Row(); in SmartRelAbs() 317 CalcAbsIfRel( rPos); in Extend() 319 aRef.CalcAbsIfRel( rPos); in Extend() 350 Ref2.CalcRelFromAbs( rPos); in Extend() [all …]
|
H A D | token.cxx | 615 aRef.Extend( rRef2, rPos); in ExtendRangeReference() 816 (*it).CalcAbsIfRel( rPos); in CalcAbsIfRel() 821 (*it).CalcRelFromAbs( rPos); in CalcRelFromAbs() 880 maSingleRef.CalcAbsIfRel( rPos ); in CalcAbsIfRel() 885 maSingleRef.CalcRelFromAbs( rPos ); in CalcRelFromAbs() 974 maDoubleRef.CalcAbsIfRel( rPos ); in CalcAbsIfRel() 979 maDoubleRef.CalcRelFromAbs( rPos ); in CalcRelFromAbs() 1661 if ( rPos.Row() < MAXROW ) in GetAdjacentExtendOfOuterFuncRefs() 1667 if ( rPos.Col() < MAXCOL ) in GetAdjacentExtendOfOuterFuncRefs() 1673 if ( rPos.Row() > 0 ) in GetAdjacentExtendOfOuterFuncRefs() [all …]
|
/trunk/main/sc/inc/ |
H A D | refdata.hxx | 112 void SmartRelAbs( const ScAddress& rPos ); 114 void CalcAbsIfRel( const ScAddress& rPos ); 139 CalcRelFromAbs( rPos ); in InitAddressRel() 179 Ref1.InitAddressRel( rRange.aStart, rPos ); in InitRangeRel() 180 Ref2.InitAddressRel( rRange.aEnd, rPos ); in InitRangeRel() 188 inline void SmartRelAbs( const ScAddress& rPos ) in SmartRelAbs() 189 { Ref1.SmartRelAbs( rPos ); Ref2.SmartRelAbs( rPos ); } in SmartRelAbs() 190 inline void CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs() 191 { Ref1.CalcRelFromAbs( rPos ); Ref2.CalcRelFromAbs( rPos ); } in CalcRelFromAbs() 192 inline void CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel() [all …]
|
H A D | postit.hxx | 68 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, bool bShown ); 84 ScDocument& rDoc, const ScAddress& rPos, 136 SdrCaptionObj* GetOrCreateCaption( const ScAddress& rPos ) const; 141 void ShowCaption( const ScAddress& rPos, bool bShow = true ); 146 void ShowCaptionTemp( const ScAddress& rPos, bool bShow = true ); 149 void UpdateCaptionPos( const ScAddress& rPos ); 156 void CreateCaptionFromInitData( const ScAddress& rPos ) const; 176 static SdrCaptionObj* CreateTempCaption( ScDocument& rDoc, const ScAddress& rPos, 195 ScDocument& rDoc, const ScAddress& rPos, 230 ScDocument& rDoc, const ScAddress& rPos, [all …]
|
/trunk/main/sw/source/core/undo/ |
H A D | unovwr.cxx | 67 SwPaM aPam( rPos.nNode, rPos.nContent.GetIndex(), in SwUndoOverwrite() 68 rPos.nNode, rPos.nContent.GetIndex()+1 ); in SwUndoOverwrite() 74 nSttNode = rPos.nNode.GetIndex(); in SwUndoOverwrite() 75 nSttCntnt = rPos.nContent.GetIndex(); in SwUndoOverwrite() 90 rPos.nContent++; in SwUndoOverwrite() 97 pTxtNd->InsertText( cIns, rPos.nContent, in SwUndoOverwrite() 103 const SwIndex aTmpIndex( rPos.nContent, -2 ); in SwUndoOverwrite() 143 SwPaM aPam( rPos.nNode, rPos.nContent.GetIndex(), in CanGrouping() 144 rPos.nNode, rPos.nContent.GetIndex()+1 ); in CanGrouping() 152 nSttCntnt > rPos.nContent.GetIndex() )); in CanGrouping() [all …]
|
/trunk/main/svx/source/table/ |
H A D | svdotable.cxx | 785 …return (rPos.mnCol >= 0) && (rPos.mnCol < mpImpl->getColumnCount()) && (rPos.mnRow >= 0) && (rPos.… in isValid() 874 CellPos aPos( rPos ); in getPreviousCell() 902 CellPos aPos( rPos ); in getNextCell() 917 aPos.mnRow = rPos.mnRow; in getNextCell() 938 return rPos; in getNextCell() 945 CellPos aPos( rPos ); in getPreviousRow() 975 CellPos aPos( rPos ); in getNextRow() 986 aPos.mnCol = rPos.mnCol; in getNextRow() 1012 return rPos; in getNextRow() 1612 mpImpl->maEditPos = rPos; in setActiveCell() [all …]
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 188 SCCOL nCol = rPos.Col(); in DetectiveAddPred() 189 SCROW nRow = rPos.Row(); in DetectiveAddPred() 190 SCTAB nTab = rPos.Tab(); in DetectiveAddPred() 739 ScEditableTester aTester( pDoc, rPos.Tab(), rPos.Col(),rPos.Row(), rPos.Col(),rPos.Row() ); in SetNormalString() 763 const ScPatternAttr* pPattern = pDoc->GetPattern( rPos.Col(),rPos.Row(),rPos.Tab() ); in SetNormalString() 774 pDoc->SetString( rPos.Col(), rPos.Row(), rPos.Tab(), rText ); in SetNormalString() 779 …tUndoManager()->AddUndoAction(new ScUndoEnterData( &rDocShell, rPos.Col(),rPos.Row(),rPos.Tab(), 1… in SetNormalString() 806 ScEditableTester aTester( pDoc, rPos.Tab(), rPos.Col(),rPos.Row(), rPos.Col(),rPos.Row() ); in PutCell() 959 aPattern.DeleteUnchanged( pDoc->GetPattern( rPos.Col(), rPos.Row(), rPos.Tab() ) ); in PutData() 1099 ScEditableTester aTester( pDoc, rPos.Tab(), rPos.Col(),rPos.Row(), rPos.Col(),rPos.Row() ); in SetNoteText() [all …]
|
/trunk/main/svtools/source/control/ |
H A D | ruler.cxx | 996 rPos.Y() += RULER_TAB_HEIGHT/2; in ImplCenterTabPos() 1634 nX = rPos.X(); in ImplHitTest() 1635 nY = rPos.Y(); in ImplHitTest() 1639 nX = rPos.Y(); in ImplHitTest() 1640 nY = rPos.X(); in ImplHitTest() 1922 Point aPos = rPos; in ImplDocHitTest() 2044 nX = rPos.X(); in ImplDrag() 2045 nY = rPos.Y(); in ImplDrag() 2050 nX = rPos.Y(); in ImplDrag() 2051 nY = rPos.X(); in ImplDrag() [all …]
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 736 else if( ! ( *pStt <= rPos && rPos < *pEnd && in CopyRange() 889 ( pDoc == this && *pStt <= rPos && rPos < *pEnd )) in CopyImpl() 898 SwPaM aCpyPam( rPos ); in CopyImpl() 1135 rPos.nNode-=2; in CopyImpl() 1136 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), in CopyImpl() 1138 rPos.nNode++; in CopyImpl() 1274 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), in CopyImpl() 1275 rPos.nContent.GetIndex() ); in CopyImpl() 1277 if( rPos.nNode != aInsPos ) in CopyImpl() 1281 rPos = *aCpyPam.GetMark(); in CopyImpl() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | svdotable.hxx | 127 bool isValid( const sdr::table::CellPos& rPos ) const; 130 CellPos getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const; 131 CellPos getRightCell( const CellPos& rPos, bool bEdgeTravel ) const; 132 CellPos getUpCell( const CellPos& rPos, bool bEdgeTravel ) const; 133 CellPos getDownCell( const CellPos& rPos, bool bEdgeTravel ) const; 135 CellPos getNextCell( const CellPos& rPos, bool bEdgeTravel ) const; 136 CellPos getPreviousRow( const CellPos& rPos, bool bEdgeTravel ) const; 137 CellPos getNextRow( const CellPos& rPos, bool bEdgeTravel ) const; 152 void setActiveCell( const sdr::table::CellPos& rPos ); 153 void getActiveCellPos( sdr::table::CellPos& rPos ) const; [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 57 void NotifyInputHandler( const ScAddress& rPos ); 65 sal_Bool DetectiveAddPred(const ScAddress& rPos); 66 sal_Bool DetectiveDelPred(const ScAddress& rPos); 67 sal_Bool DetectiveAddSucc(const ScAddress& rPos); 68 sal_Bool DetectiveDelSucc(const ScAddress& rPos); 69 sal_Bool DetectiveAddError(const ScAddress& rPos); 84 sal_Bool SetCellText( const ScAddress& rPos, const String& rText, 94 bool ShowNote( const ScAddress& rPos, bool bShow = true ); 95 inline bool HideNote( const ScAddress& rPos ) { return ShowNote( rPos, false ); } in HideNote() argument 131 sal_Bool InsertPageBreak( sal_Bool bColumn, const ScAddress& rPos, [all …]
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 90 maPos = rPos; in setBoundingBox() 192 rPos.setX(maPos.getX()); in getPopupBoundingBox() 839 rPos = aPos1; in getMenuItemPosSize() 840 rPos.Y() += aSize1.Height()*nPos; in getMenuItemPosSize() 858 if (aRect.IsInside(rPos)) in getEnclosingMenuItem() 1080 rPos = Point(0, 0); in getSectionPosSize() 1111 rPos.X() += 5; in getSectionPosSize() 1120 rPos.X() += 150; in getSectionPosSize() 1129 rPos.X() += 150 + h + 10; in getSectionPosSize() 1138 rPos = Point(x, y); in getSectionPosSize() [all …]
|
/trunk/main/sw/source/core/doc/ |
H A D | doc.cxx | 687 SwDataChanged aTmp( this, rPos, 0 ); in SplitNode() 774 _SaveCntntIdx( this, rPos.nNode.GetIndex(), rPos.nContent.GetIndex(), in SplitNode() 787 SwPaM aPam( rPos ); in SplitNode() 808 SwNodeIndex aIdx( rPos.nNode, 1 ); in AppendTxtNode() 815 rPos.nNode++; in AppendTxtNode() 816 rPos.nContent.Assign( pCurNode, 0 ); in AppendTxtNode() 825 SwPaM aPam( rPos ); in AppendTxtNode() 873 rPos.nNode, rPos.nContent.GetIndex(), rStr.Len(), nInsertMode)); in InsertString() 923 rPos.nNode, rPos.nContent.GetIndex()); in InsertString() 2715 pNew = new SwUnoTableCrsr( rPos ); in CreateUnoCrsr() [all …]
|
/trunk/main/sw/source/core/access/ |
H A D | accframe.cxx | 92 sal_Int32& rPos, in GetChild() argument 97 if( rPos >= 0 ) in GetChild() 109 if( 0 == rPos ) in GetChild() 112 rPos--; in GetChild() 135 if( 0 == rPos ) in GetChild() 138 rPos--; in GetChild() 160 sal_Int32& rPos, in GetChildIndex() argument 179 rPos++; in GetChildIndex() 186 rPos, bInPagePreview ); in GetChildIndex() 208 rPos++; in GetChildIndex() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 69 void lcl_AdjustInsertPos( ScViewData* pData, Point& rPos, Size& rSize ) in lcl_AdjustInsertPos() argument 77 long x = aPgSize.Width() - rPos.X() - rSize.Width(); in lcl_AdjustInsertPos() 78 long y = aPgSize.Height() - rPos.Y() - rSize.Height(); in lcl_AdjustInsertPos() 81 rPos.X() += x + 80; in lcl_AdjustInsertPos() 83 rPos.Y() += y + 200; in lcl_AdjustInsertPos() 84 rPos.X() += rSize.Width() / 2; // Position bei Paste gibt Mittelpunkt an in lcl_AdjustInsertPos() 85 rPos.Y() += rSize.Height() / 2; in lcl_AdjustInsertPos() 356 Point aInsPos = rPos; in PasteObject() 377 return PasteGraphic( rPos, aGraphic, aEmpty, aEmpty ); in PasteBitmapEx() 384 return PasteGraphic( rPos, aGraphic, aEmpty, aEmpty ); in PasteMetaFile() [all …]
|
/trunk/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 364 pImp->SetEntryPosition( pEntry, rPos, bAdjustAtGrid ); in SetEntryPosition() 381 SvLBoxEntry* SvIconView::GetDropTarget( const Point& rPos ) in GetDropTarget() argument 383 return pImp->GetDropTarget( rPos ); in GetDropTarget() 414 pImp->PaintEntry( pEntry, rPos ); in PaintEntry() 611 pImp->WriteDragServerInfo( rPos, pInfo ); in WriteDragServerInfo() 616 pImp->ReadDragServerInfo( rPos, pInfo ); in ReadDragServerInfo() 703 pImp->SttDrag( rPos ); in StartDrag() 704 SvLBoxEntry* pEntry = GetEntry( rPos, sal_True ); in StartDrag() 706 SvLBox::StartDrag( nAction, rPos ); in StartDrag() 737 pImp->ShowDDIcon( pRefEntry, rPos ); in ShowDDIcon() [all …]
|