Home
last modified time | relevance | path

Searched refs:rUpper (Results 1 – 12 of 12) sorted by relevance

/trunk/main/tools/source/datetime/
H A Ddatetime.cxx381 void DateTime::GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ) in GetWin32FileDateTime() argument
400 rUpper = sal_uInt32( aTime / SAL_CONST_UINT64( 0x100000000 ) ); in GetWin32FileDateTime()
403 …eTime DateTime::CreateFromWin32FileDateTime( const sal_uInt32 & rLower, const sal_uInt32 & rUpper ) in CreateFromWin32FileDateTime() argument
409 sal_uInt64( rUpper ) * SAL_CONST_UINT64( 0x100000000 ) + in CreateFromWin32FileDateTime()
/trunk/main/tools/inc/tools/
H A Ddatetime.hxx96 void GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper );
97 …tatic DateTime CreateFromWin32FileDateTime( const sal_uInt32 & rLower, const sal_uInt32 & rUpper );
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx310 inline void GetULSpace( sal_uInt16& rUpper, sal_uInt16& rLower ) const;
594 void GetULSpaceFromContext( sal_uInt16 &rUpper, sal_uInt16 &rLower ) const;
986 inline void _HTMLAttrContext::GetULSpace( sal_uInt16& rUpper, in GetULSpace() argument
991 rUpper = nUpperSpace; in GetULSpace()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx445 void SwEditShell::GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower ) in GetCurrentOutlineLevels() argument
453 &rUpper, &rLower ); in GetCurrentOutlineLevels()
/trunk/main/sw/source/core/inc/
H A Dtabfrm.hxx202 SwTwips& rUpper,
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx240 int &rUpper, int& rLower ) const;
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1565 sal_Bool lcl_IsNumOk( sal_uInt8 nSrchNum, sal_uInt8& rLower, sal_uInt8& rUpper, in lcl_IsNumOk() argument
1579 else if( nNumber < rUpper ) in lcl_IsNumOk()
1580 rUpper = nNumber; in lcl_IsNumOk()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx2745 sal_Bool SwTabFrm::CalcFlyOffsets( SwTwips& rUpper, in CalcFlyOffsets() argument
2766 nPrtPos = (*fnRect->fnYInc)( nPrtPos, rUpper ); in CalcFlyOffsets()
2768 long nYDiff = (*fnRect->fnYDiff)( (Prt().*fnRect->fnGetTop)(), rUpper ); in CalcFlyOffsets()
2889 rUpper = (*fnRect->fnYDiff)( nPrtPos, (Frm().*fnRect->fnGetTop)() ); in CalcFlyOffsets()
/trunk/main/sw/inc/
H A Deditsh.hxx477 void GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower );
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1295 int& rUpper, int& rLower ) const in getMargins() argument
1326 rUpper = (int)(PDHeight - ImURy + 0.5); in getMargins()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3537 inline bool lcl_UpperAsciiOrI18n( String& rUpper, const String& rOrg, FormulaGrammar::Grammar eGram… in lcl_UpperAsciiOrI18n() argument
3543 rUpper = rOrg; in lcl_UpperAsciiOrI18n()
3544 rUpper.ToUpperAscii(); in lcl_UpperAsciiOrI18n()
3549 rUpper = ScGlobal::pCharClass->upper( rOrg ); in lcl_UpperAsciiOrI18n()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx438 ScExternalRefCache::TableName::TableName(const String& rUpper, const String& rReal) : in TableName() argument
439 maUpperName(rUpper), maRealName(rReal) in TableName()

Completed in 117 milliseconds