/aoo4110/main/sw/source/core/txtnode/ |
H A D | swfntcch.cxx | 49 SwFontObj::SwFontObj( const void *pOwn, ViewShell *pSh ) : in SwFontObj() argument 50 SwCacheObj( (void*)pOwn ), in SwFontObj() 51 aSwFont( &((SwTxtFmtColl *)pOwn)->GetAttrSet(), pSh ? pSh->getIDocumentSettingAccess() : 0 ) in SwFontObj() 54 const SwAttrSet& rAttrSet = ((SwTxtFmtColl *)pOwn)->GetAttrSet(); in SwFontObj() 72 SwFontAccess::SwFontAccess( const void *pOwn, ViewShell *pSh ) : in SwFontAccess() argument 73 SwCacheAccess( *pSwFontCache, pOwn, in SwFontAccess() 74 ((SwTxtFmtColl*)pOwn)->IsInSwFntCache() ), in SwFontAccess()
|
H A D | fntcache.cxx | 131 SwFntObj::SwFntObj( const SwSubFont &rFont, const void *pOwn, ViewShell *pSh ) : in SwFntObj() argument 132 SwCacheObj( (void*)pOwn ), in SwFntObj() 2333 sal_uInt16 &rIndex, const void *pOwn, ViewShell *pSh, in SwFntAccess() argument 2372 ((SwSubFont*)pOwn)->GetPropWidth() ) in SwFntAccess() 2381 while ( pFntObj && !( pFntObj->aFont == *(Font *)pOwn && in SwFntAccess() 2384 ((SwSubFont*)pOwn)->GetPropWidth() && in SwFntAccess() 2393 while( pTmpObj && !( pTmpObj->aFont == *(Font *)pOwn && in SwFntAccess() 2396 ((SwSubFont*)pOwn)->GetPropWidth() ) ) in SwFntAccess() 2406 SwCacheAccess::pOwner = pOwn; in SwFntAccess()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | macroass.cxx | 236 const SfxEventName *pOwn = rList.GetObject(nNo); in PageCreated() local 237 AddEvent( pOwn->maUIName, pOwn->mnId ); in PageCreated() 255 const SfxEventName *pOwn = rList.GetObject(nNo); in Reset() local 256 AddEvent( pOwn->maUIName, pOwn->mnId ); in Reset()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | swcache.hxx | 271 inline SwCacheAccess::SwCacheAccess( SwCache &rC, const void *pOwn, sal_Bool bSeek ) : in SwCacheAccess() argument 274 pOwner( pOwn ) in SwCacheAccess() 280 inline SwCacheAccess::SwCacheAccess( SwCache &rC, const void *pOwn, in SwCacheAccess() argument 284 pOwner( pOwn ) in SwCacheAccess()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 1464 SwFrm* pOwn; in CalcUpperSpace() local 1471 pOwn = pFoll->ContainsAny(); in CalcUpperSpace() 1472 while( !pOwn && 0 != ( pFoll = pFoll->GetFollow() ) ); in CalcUpperSpace() 1473 if( !pOwn ) in CalcUpperSpace() 1477 pOwn = &rThis; in CalcUpperSpace() 1478 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), pOwn ); in CalcUpperSpace() 1484 pOwn = &rThis; in CalcUpperSpace() 1512 if ( pOwn->IsTxtFrm() ) in CalcUpperSpace() 1525 if ( pOwn->IsTxtFrm() ) in CalcUpperSpace() 1556 if ( pOwn->IsTxtFrm() ) in CalcUpperSpace() [all …]
|
H A D | sectfrm.cxx | 1351 SwFrm* pOwn = ContainsAny(); in Format() local 1352 if( pOwn ) in Format() 1353 pOwn->_InvalidatePos(); in Format()
|
/aoo4110/main/sfx2/source/config/ |
H A D | evntconf.cxx | 97 const SfxEventName *pOwn = rOwn.GetObject(nNo); in operator ==() local 99 if ( pOwn->mnId != pOther->mnId || in operator ==() 100 pOwn->maEventName != pOther->maEventName || in operator ==() 101 pOwn->maUIName != pOther->maUIName ) in operator ==()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtcache.cxx | 103 SwTxtLineAccess::SwTxtLineAccess( const SwTxtFrm *pOwn ) : in SwTxtLineAccess() argument 104 SwCacheAccess( *SwTxtFrm::GetTxtCache(), pOwn, pOwn->GetCacheIdx() ) in SwTxtLineAccess()
|
/aoo4110/main/sfx2/source/menu/ |
H A D | mnuitem.cxx | 140 SfxVirtualMenu* pOwn, in Bind() argument 150 pOwnMenu = pOwn; in Bind() 152 if ( pOwn ) in Bind() 166 SfxVirtualMenu* pOwn, in Bind() argument 176 pOwnMenu = pOwn; in Bind()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | linksrc.cxx | 51 SvLinkSourceTimer( SvLinkSource * pOwn ); 54 SvLinkSourceTimer::SvLinkSourceTimer( SvLinkSource * pOwn ) in SvLinkSourceTimer() argument 55 : pOwner( pOwn ) in SvLinkSourceTimer()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | swcache.cxx | 560 SwCacheObj::SwCacheObj( const void *pOwn ) : in SwCacheObj() argument 565 pOwner( pOwn ) in SwCacheObj()
|