| /AOO41X/main/sw/source/core/access/ |
| H A D | accframe.cxx | 70 const SwAccessibleChild& rLower = *aIter; in GetChildCount() local 71 if( rLower.IsAccessible( bInPagePreview ) ) in GetChildCount() 75 else if( rLower.GetSwFrm() ) in GetChildCount() 79 rVisArea, rLower.GetSwFrm(), in GetChildCount() 106 const SwAccessibleChild& rLower = (*aIter).second; in GetChild() local 107 if( rLower.IsAccessible( bInPagePreview ) ) in GetChild() 110 aRet = rLower; in GetChild() 114 else if( rLower.GetSwFrm() ) in GetChild() 118 rVisArea, *(rLower.GetSwFrm()), rPos, in GetChild() 132 const SwAccessibleChild& rLower = *aIter; in GetChild() local [all …]
|
| H A D | acccontext.cxx | 180 const SwAccessibleChild& rLower = *aIter; in ChildrenScrolled() local 181 const SwRect aBox( rLower.GetBox( *(GetMap()) ) ); in ChildrenScrolled() 182 if( rLower.IsAccessible( GetShell()->IsPreView() ) ) in ChildrenScrolled() 194 !rLower.AlwaysIncludeAsChild() ) in ChildrenScrolled() 207 !rLower.AlwaysIncludeAsChild() ) in ChildrenScrolled() 217 rLower.AlwaysIncludeAsChild() ) in ChildrenScrolled() 225 if ( rLower.GetSwFrm() ) in ChildrenScrolled() 227 ASSERT( !rLower.AlwaysIncludeAsChild(), in ChildrenScrolled() 229 const SwFrm* pLower( rLower.GetSwFrm() ); in ChildrenScrolled() 259 else if ( rLower.GetDrawObject() ) in ChildrenScrolled() [all …]
|
| H A D | acctable.cxx | 166 const SwAccessibleChild& rLower = *aIter; in CollectData() local 167 const SwFrm *pLower = rLower.GetSwFrm(); in CollectData() 181 rLower.IsAccessible( mbIsInPagePreview ) ) in CollectData() 201 const SwAccessibleChild& rLower = *aIter; in CollectRowHeaderData() local 202 const SwFrm *pLower = rLower.GetSwFrm(); in CollectRowHeaderData() 223 rLower.IsAccessible( mbIsInPagePreview ) ) in CollectRowHeaderData() 245 const SwAccessibleChild& rLower = *aIter; in CollectColumnHeaderData() local 246 const SwFrm *pLower = rLower.GetSwFrm(); in CollectColumnHeaderData() 272 rLower.IsAccessible( mbIsInPagePreview ) ) in CollectColumnHeaderData() 291 const SwAccessibleChild& rLower = *aIter; in CollectExtents() local [all …]
|
| H A D | accfrmobjmap.cxx | 135 const SwAccessibleChild& rLower ) in insert() argument 138 value_type aEntry( aKey, rLower ); in insert() 144 const SwAccessibleChild& rLower ) in insert() argument 154 value_type aEntry( aKey, rLower ); in insert()
|
| H A D | accfrmobjmap.hxx | 104 const sw::access::SwAccessibleChild& rLower ); 106 const sw::access::SwAccessibleChild& rLower );
|
| H A D | acccell.cxx | 171 const SwAccessibleChild& rLower = *aIter; in _InvalidateChildrenCursorPos() local 172 const SwFrm *pLower = rLower.GetSwFrm(); in _InvalidateChildrenCursorPos() 175 if( rLower.IsAccessible( GetMap()->GetShell()->IsPreView() ) ) in _InvalidateChildrenCursorPos()
|
| /AOO41X/main/tools/source/datetime/ |
| H A D | datetime.cxx | 381 void DateTime::GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ) in GetWin32FileDateTime() argument 399 rLower = sal_uInt32( aTime % SAL_CONST_UINT64( 0x100000000 ) ); in GetWin32FileDateTime() 403 DateTime DateTime::CreateFromWin32FileDateTime( const sal_uInt32 & rLower, const sal_uInt32 & rUppe… in CreateFromWin32FileDateTime() argument 410 sal_uInt64( rLower ) ); in CreateFromWin32FileDateTime()
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | datetime.hxx | 96 void GetWin32FileDateTime( sal_uInt32 & rLower, sal_uInt32 & rUpper ); 97 …static DateTime CreateFromWin32FileDateTime( const sal_uInt32 & rLower, const sal_uInt32 & rUpper …
|
| /AOO41X/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; 1003 sal_uInt16& rLower ) const in GetULSpace() 1008 rLower = nLowerSpace; in GetULSpace()
|
| /AOO41X/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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | ppdparser.hxx | 240 int &rUpper, int& rLower ) const;
|
| /AOO41X/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 1669 else if( nNumber > rLower ) in lcl_IsNumOk() 1670 rLower = nNumber; in lcl_IsNumOk()
|
| /AOO41X/main/sw/inc/ |
| H A D | editsh.hxx | 487 void GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower );
|
| /AOO41X/main/vcl/unx/generic/printer/ |
| H A D | ppdparser.cxx | 1295 int& rUpper, int& rLower ) const in getMargins() 1325 rLower = (int)(ImLLy + 0.5); in getMargins()
|