Home
last modified time | relevance | path

Searched refs:rStart (Results 101 – 125 of 144) sorted by relevance

123456

/trunk/main/svx/inc/svx/
H A Dsvdview.hxx167 SdrDropMarkerOverlay(const SdrView& rView, const Point& rStart, const Point& rEnd);
/trunk/main/sc/inc/
H A Ddetfunc.hxx84 sal_Bool HasArrow( const ScAddress& rStart,
H A Dscmod.hxx244 void InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd );
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.hxx49 …Reference< ooo::vba::word::XRange > SAL_CALL Range( const css::uno::Any& rStart, const css::uno::A…
/trunk/main/editeng/inc/editeng/
H A Dunoedprx.hxx82 …virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal…
H A Dediteng.hxx221 …void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 …
/trunk/main/sw/inc/
H A Dundobj.hxx144 SwPosition const & rStart, SwPosition const & rEnd,
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx226 void InputGetSelection ( xub_StrLen& rStart, xub_StrLen& rEnd );
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx695 const SwNode &rStart, const SwNode &rEnd);
H A Dww8par.cxx3935 mySegIter &rStart, bool bIgnoreCols) in SetSwFmtPageDesc() argument
3940 if (IsNewDoc() && rIter == rStart) in SetSwFmtPageDesc()
3959 if (IsNewDoc() && rIter == rStart) in SetSwFmtPageDesc()
3980 while( aPrev!= rStart ) in SetSwFmtPageDesc()
3991 SetHdFt(*rIter, std::distance(rStart, rIter), pPrevious); in SetSwFmtPageDesc()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx3128 SwPosition & rStart = *rUnoCursor.Start(); in sort() local
3131 SwNodeIndex aPrevIdx( rStart.nNode, -1 ); in sort()
3132 const sal_uLong nOffset = rEnd.nNode.GetIndex() - rStart.nNode.GetIndex(); in sort()
3133 const xub_StrLen nCntStt = rStart.nContent.GetIndex(); in sort()
H A Dunorefmk.cxx865 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd ) const in SetContentRange() argument
877 rStart = *pTxtAttr->GetStart() + 1; in SetContentRange()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx144 const Point& rStart, const Point& rEnd,
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx227 sal_Bool Fresh( xub_StrLen &rStart, xub_StrLen &rEnd, xub_StrLen nPos,
H A Dunometa.hxx110 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd) const;
/trunk/main/vcl/source/window/
H A Ddecoview.cxx1255 void DecorationView::DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical ) in DrawSeparator() argument
1257 Point aStart( rStart ), aStop( rStop ); in DrawSeparator()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx731 const drawing::Position3D& rStart in lcl_getErrorBarMainDirection() argument
737 …::basegfx::B2DVector aMainDirection = ::basegfx::B2DVector( rStart.PositionX - rBottomEnd.PositionX in lcl_getErrorBarMainDirection()
738 , rStart.PositionY - rBottomEnd.PositionY ); in lcl_getErrorBarMainDirection()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx220 void DrawLine( const Point& rStart, const Point& rEnd );
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1453 void ScModule::InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ) in InputGetSelection() argument
1457 pHdl->InputGetSelection( rStart, rEnd ); in InputGetSelection()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1105 sal_uInt32 OutlinerView::ImpInitPaste( sal_uInt32& rStart ) in ImpInitPaste() argument
1111 rStart = aSelection.nStartPara; in ImpInitPaste()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1476 sal_Int32 lastChanceToSendRefreshRequest( TimeValue const & rStart, in lastChanceToSendRefreshRequest() argument
1487 sal_Int32 calltime = aEnd.Seconds - rStart.Seconds; in lastChanceToSendRefreshRequest()
/trunk/main/starmath/source/
H A Daccessibility.cxx1444 void SmTextForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uI… in GetLineBoundaries() argument
1447 pEditEngine->GetLineBoundaries(rStart, rEnd, nPara, nLine); in GetLineBoundaries()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1932 sal_Bool DirEntry::ToRel( const DirEntry& rStart ) in ToRel() argument
1936 DirEntry aStart( rStart ); in ToRel()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7931 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop ) in drawLine() argument
7941 m_aPages.back().appendPoint( rStart, aLine ); in drawLine()
7949 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in drawLine() argument
7959 drawLine( rStart, rStop ); in drawLine()
7968 m_aPages.back().appendPoint( rStart, aLine ); in drawLine()
7979 Point aPolyPoints[2] = { rStart, rStop }; in drawLine()
7985 void PDFWriterImpl::drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_In… in drawWaveLine() argument
7987 Point aDiff( rStop-rStart ); in drawWaveLine()
8011 m_aPages.back().appendPoint( rStart, aLine ); in drawWaveLine()
8939 void PDFWriterImpl::drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool … in drawArc() argument
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx615 EditSelection::EditSelection( const EditPaM& rStart, const EditPaM& rEnd ) in EditSelection() argument
618 aStartPaM = rStart; in EditSelection()

Completed in 234 milliseconds

123456