Home
last modified time | relevance | path

Searched refs:pEE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx318 void EditDbg::ShowEditEngineData( EditEngine* pEE, sal_Bool bInfoBox ) in ShowEditEngineData() argument
331 const SfxItemPool& rPool = *pEE->GetEmptyItemSet().GetPool(); in ShowEditEngineData()
336 …for ( sal_uInt32 nPortion = 0; nPortion < pEE->pImpEditEngine->GetParaPortions(). Count(); nPortio… in ShowEditEngineData()
339 ParaPortion* pPPortion = pEE->pImpEditEngine->GetParaPortions().GetObject(nPortion ); in ShowEditEngineData()
428 if ( pEE->pImpEditEngine->GetStyleSheetPool() ) in ShowEditEngineData()
430 …sal_uLong nStyles = pEE->pImpEditEngine->GetStyleSheetPool() ? pEE->pImpEditEngine->GetStyleSheetP… in ShowEditEngineData()
435 … SfxStyleSheetIterator aIter( pEE->pImpEditEngine->GetStyleSheetPool(), SFX_STYLE_FAMILY_ALL ); in ShowEditEngineData()
452 DbgOutItemSet( fp, pEE->pImpEditEngine->GetEmptyItemSet(), sal_True, sal_True ); in ShowEditEngineData()
457 fprintf( fp, "\nControl: %" SAL_PRIxUINT32, pEE->GetControlWord() ); in ShowEditEngineData()
458 fprintf( fp, "\nRefMapMode: %i", pEE->pImpEditEngine->pRefDev->GetMapMode().GetMapUnit() ); in ShowEditEngineData()
[all …]
H A Dimpedit2.cxx101 ImpEditEngine::ImpEditEngine( EditEngine* pEE, SfxItemPool* pItemPool ) : in ImpEditEngine() argument
109 pEditEngine = pEE; in ImpEditEngine()
/trunk/main/svx/workben/
H A Dedittest.cxx277 MyView::MyView( Window* pParent, EditEngine* pEE ) : WorkWindow( pParent, WinBits( WB_STDWORK ) ) in MyView() argument
279 pEditEngine = pEE; in MyView()