Home
last modified time | relevance | path

Searched refs:rOrig (Results 26 – 38 of 38) sorted by relevance

12

/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx2184 const String& rOrig = pTNd->GetTxt(); in ChgTextToNum() local
2187 for( n = 0; n < rOrig.Len() && '\x9' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2189 for( ; n < rOrig.Len() && '\x01' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2192 for( n = rOrig.Len(); n && '\x9' == rOrig.GetChar( --n ); ) in ChgTextToNum()
2205 SwPaM aTemp(*pTNd, 0, *pTNd, rOrig.Len()); in ChgTextToNum()
/aoo42x/main/sw/source/core/text/
H A Ditrcrsr.cxx73 void lcl_GetCharRectInsideField( SwTxtSizeInfo& rInf, SwRect& rOrig, in lcl_GetCharRectInsideField() argument
104 rOrig.Pos().X() += pPor->Width(); in lcl_GetCharRectInsideField()
132 rOrig.Pos().X() += nX1; in lcl_GetCharRectInsideField()
133 rOrig.Width( ( nX2 > nX1 ) ? in lcl_GetCharRectInsideField()
142 rOrig.Width( rCMS.bRealWidth && rPor.Width() ? rPor.Width() : 1 ); in lcl_GetCharRectInsideField()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1414 bool PspGraphics::filterText( const String& rOrig, String& rNewText, xub_StrLen nIndex, xub_StrLen&… in filterText() argument
1432 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText()
1479 rNewText = rOrig.Copy( 0, rCutStart ); in filterText()
1480 rNewText += rOrig.Copy( rCutStop ); in filterText()
/aoo42x/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1300 bool PspGraphics::filterText( const String& rOrig, String& rNewText, xub_StrLen nIndex, xub_StrLen&… in filterText() argument
1318 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText()
1365 rNewText = rOrig.Copy( 0, rCutStart ); in filterText()
1366 rNewText += rOrig.Copy( rCutStop ); in filterText()
/aoo42x/main/basegfx/source/tools/
H A Db2dclipstate.cxx507 B2DClipState::B2DClipState( const B2DClipState& rOrig ) : in B2DClipState() argument
508 mpImpl(rOrig.mpImpl) in B2DClipState()
/aoo42x/main/svl/inc/svl/
H A Dnranges.hxx58 SfxNumRanges( const SfxNumRanges &rOrig );
/aoo42x/main/sfx2/inc/
H A Dmacro.hxx55 SfxMacroStatement( const SfxMacroStatement &rOrig );
/aoo42x/main/sfx2/inc/sfx2/
H A Drequest.hxx77 SfxRequest( const SfxRequest& rOrig );
/aoo42x/main/sfx2/source/inc/
H A Dstatcach.hxx92 SfxStateCache( const SfxStateCache& rOrig ); // n.i.
/aoo42x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3461 const Size &rOrig, in ExportPICT() argument
3488 long nXCroppedSize = rOrig.Width()-(rCr.GetLeft() + rCr.GetRight()); in ExportPICT()
3489 long nYCroppedSize = rOrig.Height()-(rCr.GetTop() + rCr.GetBottom()); in ExportPICT()
3520 rBuffer.append((sal_Int32)rOrig.Width()); in ExportPICT()
3522 rBuffer.append((sal_Int32)rOrig.Height()); in ExportPICT()
/aoo42x/main/sw/inc/
H A Dcrsrsh.hxx555 sal_Bool GetCharRectAt( SwRect& rOrig, const SwPosition& rPos,
/aoo42x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1236 sal_Bool SwCrsrShell::GetCharRectAt( SwRect& rOrig, const SwPosition& rPos, in GetCharRectAt() argument
1240 return pFrm ? pFrm->GetCharRect( rOrig, rPos, pCMS ) : sal_False; in GetCharRectAt()
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx980 Point Matrix3::transform( const Point& rOrig ) const in transform()
982 double x = (double)rOrig.X(), y = (double)rOrig.Y(); in transform()

Completed in 215 milliseconds

12