Home
last modified time | relevance | path

Searched refs:rEndPos (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dundobj.cxx56 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 Dframelink.cxx826 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 Dtpusrlst.cxx425 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 Dunoportenum.cxx176 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 Dwrtsh2.cxx107 const SwPosition rEndPos( *GetCurrentShellCursor().GetPoint() ); in Insert() local
108 pAnnotationTextRange = new SwPaM( rStartPos, rEndPos ); in Insert()
/trunk/main/sc/source/ui/app/
H A Duiitems.cxx75 const ScAddress& rEndPos, in ScInputStatusItem() argument
81 aEndPos ( rEndPos ), in ScInputStatusItem()
H A Dinputhdl.cxx3785 const ScAddress& rEndPos, in ScInputHdlState() argument
3790 aEndPos ( rEndPos ), in ScInputHdlState()
/trunk/main/sc/source/ui/inc/
H A Dtpusrlst.hxx101 const ScRefAddress& rEndPos );
H A Dinputhdl.hxx265 const ScAddress& rEndPos,
H A Duiitems.hxx64 const ScAddress& rEndPos,
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1098 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 Dfltshell.cxx129 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 Dsvdotable.hxx121 SdrTableObj* CloneRange( const CellPos& rStartPos, const CellPos& rEndPos );
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx86 SW_DLLPUBLIC void SetEndPos( const SwPosition & rEndPos);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1124 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 Dww8scan.hxx356 eCutT AktPieceFc2Cp( long& rStartPos, long& rEndPos );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1249 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 Dww8scan.hxx456 void AktPieceFc2Cp(WW8_CP& rStartPos, WW8_CP& rEndPos,
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx831 …void DrawWaveLine( const Point& rStartPos, const Point& rEndPos, sal_uInt16 nStyle …
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5492 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()

Completed in 229 milliseconds