/trunk/main/sw/source/core/undo/ |
H A D | undobj.cxx | 56 const SwPosition& rEndPos, 1003 const SwPosition& rEndPos, in SwRedlineSaveData() argument 1014 nEndNode = rEndPos.nNode.GetIndex(); in SwRedlineSaveData() 1015 nEndCntnt = rEndPos.nContent.GetIndex(); in SwRedlineSaveData() 1026 nEndNode = rEndPos.nNode.GetIndex(); in SwRedlineSaveData() 1027 nEndCntnt = rEndPos.nContent.GetIndex(); in SwRedlineSaveData()
|
/trunk/main/svx/source/dialog/ |
H A D | framelink.cxx | 826 const Point& rEndPos( (rBegPos == aBeg) ? aEnd : aBeg ); in lclDrawThinLine() 830 long nAlongSize = (bHor ? rEndPos.X() : rEndPos.Y()) - nAlongBeg; in lclDrawThinLine() 831 long nAcrssSize = (bHor ? rEndPos.Y() : rEndPos.X()) - nAcrssBeg; in lclDrawThinLine()
|
/trunk/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 425 const ScRefAddress& rEndPos ) in CopyListFromArea() argument 434 SCCOL nEndCol = rEndPos.Col(); in CopyListFromArea() 435 SCROW nEndRow = rEndPos.Row(); in CopyListFromArea()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 176 const SwPosition& rEndPos = pBkmk->GetMarkEnd(); in lcl_FillBookmarkArray() local 177 if(rEndPos.nNode == nOwnNode) in lcl_FillBookmarkArray() 183 pEndPos = &rEndPos; in lcl_FillBookmarkArray() 188 pCrossRefEndPos = auto_ptr<SwPosition>(new SwPosition(rEndPos)); in lcl_FillBookmarkArray()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 107 const SwPosition rEndPos( *GetCurrentShellCursor().GetPoint() ); in Insert() local 108 pAnnotationTextRange = new SwPaM( rStartPos, rEndPos ); in Insert()
|
/trunk/main/sc/source/ui/app/ |
H A D | uiitems.cxx | 75 const ScAddress& rEndPos, in ScInputStatusItem() argument 81 aEndPos ( rEndPos ), in ScInputStatusItem()
|
H A D | inputhdl.cxx | 3785 const ScAddress& rEndPos, in ScInputHdlState() argument 3790 aEndPos ( rEndPos ), in ScInputHdlState()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tpusrlst.hxx | 101 const ScRefAddress& rEndPos );
|
H A D | inputhdl.hxx | 265 const ScAddress& rEndPos,
|
H A D | uiitems.hxx | 64 const ScAddress& rEndPos,
|
/trunk/main/sc/source/core/data/ |
H A D | dpobject.cxx | 1098 bool lcl_Dequote( const String& rSource, xub_StrLen nStartPos, xub_StrLen& rEndPos, String& rResult… in lcl_Dequote() argument 1126 rEndPos = nPos + 1; // behind closing quote in lcl_Dequote() 1147 bool lcl_ParseFunction( const String& rList, xub_StrLen nStartPos, xub_StrLen& rEndPos, sheet::Gene… in lcl_ParseFunction() argument 1203 rEndPos = nFuncEnd; in lcl_ParseFunction()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 129 void SwFltStackEntry::SetEndPos(const SwPosition& rEndPos) in SetEndPos() argument 137 nPtNode = rEndPos.nNode.GetIndex()-1; in SetEndPos() 138 nPtCntnt = rEndPos.nContent.GetIndex(); in SetEndPos()
|
/trunk/main/svx/inc/svx/ |
H A D | svdotable.hxx | 121 SdrTableObj* CloneRange( const CellPos& rStartPos, const CellPos& rEndPos );
|
/trunk/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 86 SW_DLLPUBLIC void SetEndPos( const SwPosition & rEndPos);
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 1124 void WW8PLCFx_PCD::AktPieceFc2Cp( long& rStartPos, long& rEndPos, in AktPieceFc2Cp() argument 1128 if ((rStartPos == LONG_MAX) && (rEndPos == LONG_MAX)) in AktPieceFc2Cp() 1132 rEndPos = pSBase->WW8Fc2Cp( rEndPos ); in AktPieceFc2Cp()
|
H A D | ww8scan.hxx | 356 eCutT AktPieceFc2Cp( long& rStartPos, long& rEndPos );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 1249 void WW8PLCFx_PCD::AktPieceFc2Cp( WW8_CP& rStartPos, WW8_CP& rEndPos, in AktPieceFc2Cp() argument 1253 if ((rStartPos == WW8_CP_MAX) && (rEndPos == WW8_CP_MAX)) in AktPieceFc2Cp() 1257 rEndPos = pSBase->WW8Fc2Cp( rEndPos ); in AktPieceFc2Cp()
|
H A D | ww8scan.hxx | 456 void AktPieceFc2Cp(WW8_CP& rStartPos, WW8_CP& rEndPos,
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 831 …void DrawWaveLine( const Point& rStartPos, const Point& rEndPos, sal_uInt16 nStyle …
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 5492 void OutputDevice::DrawWaveLine( const Point& rStartPos, const Point& rEndPos, in DrawWaveLine() argument 5516 Point aEndPt = ImplLogicToDevicePixel( rEndPos ); in DrawWaveLine() 5558 mpAlphaVDev->DrawWaveLine( rStartPos, rEndPos, nStyle ); in DrawWaveLine()
|