Home
last modified time | relevance | path

Searched refs:pOwn (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dswfntcch.cxx49 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 Dfntcache.cxx131 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()
/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx1464 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 Dsectfrm.cxx1351 SwFrm* pOwn = ContainsAny(); in Format() local
1352 if( pOwn ) in Format()
1353 pOwn->_InvalidatePos(); in Format()
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx236 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()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx271 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()
/trunk/main/sfx2/source/config/
H A Devntconf.cxx97 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 ==()
/trunk/main/sw/source/core/text/
H A Dtxtcache.cxx103 SwTxtLineAccess::SwTxtLineAccess( const SwTxtFrm *pOwn ) : in SwTxtLineAccess() argument
104 SwCacheAccess( *SwTxtFrm::GetTxtCache(), pOwn, pOwn->GetCacheIdx() ) in SwTxtLineAccess()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx140 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()
/trunk/main/sfx2/source/appl/
H A Dlinksrc.cxx51 SvLinkSourceTimer( SvLinkSource * pOwn );
54 SvLinkSourceTimer::SvLinkSourceTimer( SvLinkSource * pOwn ) in SvLinkSourceTimer() argument
55 : pOwner( pOwn ) in SvLinkSourceTimer()
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx560 SwCacheObj::SwCacheObj( const void *pOwn ) : in SwCacheObj() argument
565 pOwner( pOwn ) in SwCacheObj()

Completed in 80 milliseconds