Searched refs:bPush (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/autodoc/source/parser/cpp/ |
| H A D | pe_namsp.cxx | 44 bPush(false) in PE_Namespace() 84 bPush = false; in InitData() 90 if (bPush) in TransferData() 127 bPush = true; in On_start_SwBracket_Left() 136 bPush = true; in On_gotName_SwBracket_Left()
|
| H A D | pe_namsp.hxx | 87 bool bPush; member in cpp::PE_Namespace
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 98 bool bPush; member 104 , bPush(false) in SfxToDo_Impl() 110 , bPush(bOpPush) in SfxToDo_Impl() 117 { return pCluster==rWith.pCluster && bPush==rWith.bPush; } in operator ==() 487 bool bPush = (nMode & SFX_SHELL_PUSH) == SFX_SHELL_PUSH; in Pop() local 494 aMsg += bPush ? ")::Push(" : ")::Pop("; in Pop() 508 if ( pImp->aToDoStack.Top().bPush != bPush ) in Pop() 512 DBG_ASSERT( bPush, "SfxInterface pushed more than once" ); in Pop() 513 DBG_ASSERT( !bPush, "SfxInterface popped more than once" ); in Pop() 519 pImp->aToDoStack.Push( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) ); in Pop() [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | atrstck.cxx | 704 void SwAttrHandler::FontChg(const SfxPoolItem& rItem, SwFont& rFnt, sal_Bool bPush ) in FontChg() argument 923 if ( bPush ) in FontChg() 929 if ( bPush ) in FontChg() 936 if ( bPush ) in FontChg() 942 if ( bPush ) in FontChg()
|
| H A D | atrhndl.hxx | 105 void FontChg(const SfxPoolItem& rItem, SwFont& rFnt, sal_Bool bPush );
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | viewsh.hxx | 322 SAL_DLLPRIVATE void PushSubShells_Impl( sal_Bool bPush=sal_True );
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | viewsh.cxx | 1585 void SfxViewShell::PushSubShells_Impl( sal_Bool bPush ) in PushSubShells_Impl() argument 1589 if ( bPush ) in PushSubShells_Impl()
|