Searched refs:rUpper (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/tools/source/datetime/ |
H A D | datetime.cxx | 381 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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | datetime.hxx | 96 void GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ); 97 …tatic DateTime CreateFromWin32FileDateTime( const sal_uInt32 & rLower, const sal_uInt32 & rUpper );
|
/aoo4110/main/sw/source/filter/html/ |
H A D | swhtml.hxx | 312 inline void GetULSpace( sal_uInt16& rUpper, sal_uInt16& rLower ) const; 597 void GetULSpaceFromContext( sal_uInt16 &rUpper, sal_uInt16 &rLower ) const; 1002 inline void _HTMLAttrContext::GetULSpace( sal_uInt16& rUpper, in GetULSpace() argument 1007 rUpper = nUpperSpace; in GetULSpace()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 483 void SwEditShell::GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower ) in GetCurrentOutlineLevels() argument 491 &rUpper, &rLower ); in GetCurrentOutlineLevels()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | tabfrm.hxx | 202 SwTwips& rUpper,
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 240 int &rUpper, int& rLower ) const;
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docnum.cxx | 1657 sal_Bool lcl_IsNumOk( sal_uInt8 nSrchNum, sal_uInt8& rLower, sal_uInt8& rUpper, in lcl_IsNumOk() argument 1671 else if( nNumber < rUpper ) in lcl_IsNumOk() 1672 rUpper = nNumber; in lcl_IsNumOk()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 2745 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()
|
/aoo4110/main/sw/inc/ |
H A D | editsh.hxx | 487 void GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower );
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1295 int& rUpper, int& rLower ) const in getMargins() argument 1326 rUpper = (int)(PDHeight - ImURy + 0.5); in getMargins()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | compiler.cxx | 3537 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()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 438 ScExternalRefCache::TableName::TableName(const String& rUpper, const String& rReal) : in TableName() argument 439 maUpperName(rUpper), maRealName(rReal) in TableName()
|
Completed in 152 milliseconds