/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoPageDesc.cxx | 63 if( rHead.IsActive() ) in DebugHeaderFooterContent() 87 if( rFoot.IsActive() ) in DebugHeaderFooterContent() 152 ( rOldHead.IsActive() == rNewHead.IsActive() ) && in SwUndoPageDesc() 153 ( rOldFoot.IsActive() == rNewFoot.IsActive() ); in SwUndoPageDesc() 154 if( rOldHead.IsActive() && ( rOldDesc.IsHeaderShared() != rNewDesc.IsHeaderShared() ) ) in SwUndoPageDesc() 156 if( rOldFoot.IsActive() && ( rOldDesc.IsFooterShared() != rNewDesc.IsFooterShared() ) ) in SwUndoPageDesc() 160 if( rNewHead.IsActive() ) in SwUndoPageDesc() 173 if( rNewFoot.IsActive() ) in SwUndoPageDesc() 206 if( rDestHead.IsActive() ) in ExchangeContentNodes() 256 if( rDestFoot.IsActive() ) in ExchangeContentNodes()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 255 ( rHead.IsActive() != rOldHead.IsActive() || in ChgPageDesc() 259 if ( rChged.IsHeaderShared() || !rHead.IsActive() ) in ChgPageDesc() 264 else if ( rHead.IsActive() ) in ChgPageDesc() 271 if ( !rLeftHead.IsActive() ) in ChgPageDesc() 319 ( rFoot.IsActive() != rOldFoot.IsActive() || in ChgPageDesc() 323 if ( rChged.IsFooterShared() || !rFoot.IsActive() ) in ChgPageDesc() 326 else if ( rFoot.IsActive() ) in ChgPageDesc() 333 if ( !rLeftFoot.IsActive() ) in ChgPageDesc()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 74 if (m_timerUndoActionCreation.IsActive()) in ~OSqlEdit() 152 if (m_timerUndoActionCreation.IsActive()) 172 if (m_timerUndoActionCreation.IsActive()) in SetText() 185 if (m_timerInvalidate.IsActive()) in stopTimer() 192 if (!m_timerInvalidate.IsActive()) in startTimer()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | refreshtimer.cxx | 47 if ( IsActive() ) in ~ScRefreshTimer() 55 sal_Bool bActive = IsActive(); in SetRefreshDelay() 73 if ( IsActive() ) in Timeout()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 223 if(!rMaster.GetHeader().IsActive()) in ItemSetToPageDesc() 240 if(rMaster.GetHeader().IsActive()) in ItemSetToPageDesc() 259 if(!rMaster.GetFooter().IsActive()) in ItemSetToPageDesc() 276 if(rMaster.GetFooter().IsActive()) in ItemSetToPageDesc() 380 if(rMaster.GetHeader().IsActive()) in PageDescToItemSet() 426 if(rMaster.GetFooter().IsActive()) in PageDescToItemSet()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 265 bool ItemConnectionBase::IsActive() const in IsActive() function in sfx::ItemConnectionBase 272 if( IsActive() ) in DoApplyFlags() 278 if( IsActive() ) in DoReset() 284 return IsActive() && FillItemSet( rDestSet, rOldSet ); in DoFillItemSet()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowListBox.cxx | 110 if( m_aScrollTimer.IsActive() ) in ~OTableWindowListBox() 286 if( !m_aScrollTimer.IsActive() ) in AcceptDrop() 296 if( !m_aScrollTimer.IsActive() ) in AcceptDrop() 304 if( m_aScrollTimer.IsActive() ) in AcceptDrop()
|
/aoo41x/main/vcl/source/app/ |
H A D | timer.cxx | 234 if ( rTimer.IsActive() ) in Timer() 341 if ( IsActive() ) in operator =() 348 if ( rTimer.IsActive() ) in operator =()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | inputwin.hxx | 80 using Window::IsActive; 100 sal_Bool IsActive(){ return bActive; }; in IsActive() function in SwInputWindow
|
/aoo41x/main/sw/inc/ |
H A D | fmthdft.hxx | 64 sal_Bool IsActive() const { return bActive; } in IsActive() function in SwFmtHeader 98 sal_Bool IsActive() const { return bActive; } in IsActive() function in SwFmtFooter
|
/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | ChildWindowPane.cxx | 58 if (mrViewShellBase.IsActive()) in ChildWindowPane() 153 if ( ! mbHasBeenActivated && mpShell.get()!=NULL && ! mpShell->IsActive()) in GetWindow()
|
/aoo41x/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 319 if ( !pIMapObj->IsActive() ) in CreateObj() 438 bActive = pIMapObj->IsActive(); in SdrObjChanged() 636 aMenu.CheckItem( MN_ACTIVATE, GetIMapObj( pSdrObj )->IsActive() ); in Command() 789 aInfo.bActivated = pIMapObj->IsActive(); in UpdateInfo()
|
/aoo41x/main/accessibility/inc/accessibility/helper/ |
H A D | listboxhelper.hxx | 88 virtual sal_Bool IsActive() const in IsActive() function in VCLListBoxHelper 90 return m_aComboListBox.IsActive(); in IsActive()
|
/aoo41x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsQueueProcessor.cxx | 90 if ( ! maTimer.IsActive()) in Start() 105 if (maTimer.IsActive()) in Stop()
|
/aoo41x/main/offapi/com/sun/star/mozilla/ |
H A D | MenuMultipleChange.idl | 79 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsActive 82 boolean IsActive;
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterProtocolHandler.cxx | 121 bool IsActive (const ::rtl::Reference<PresenterWindowManager>& rpWindowManager) const; 822 return Any(IsActive(pWindowManager)); in GetState() 828 bool SetNotesViewCommand::IsActive ( in IsActive() function in sdext::presenter::SetNotesViewCommand
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fuconstr.cxx | 132 if (aDragTimer.IsActive() ) in MouseMove() 230 if (aDragTimer.IsActive() ) in SimpleMouseButtonUp()
|
/aoo41x/main/vcl/source/window/ |
H A D | seleng.cxx | 396 if( aWTimer.IsActive() && !aArea.IsInside( rMEvt.GetPosPixel() )) in SelMouseMove() 471 if ( !pFunctionSet || !pWin || aWTimer.IsActive() ) in Command()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdata.cxx | 291 if ( IsActive() ) in DoIdleFormat() 307 if ( IsActive() ) in ForceTimeout()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 231 sal_Bool IsActive() const SAL_THROW((uno::RuntimeException)); 552 if( IsActive() ) in SetFocus() 580 sal_Bool AccessibleTextHelper_Impl::IsActive() const SAL_THROW((uno::RuntimeException)) in IsActive() function in accessibility::AccessibleTextHelper_Impl 893 if( IsActive() ) in UpdateVisibleChildren() 1419 if(!IsActive()) in ProcessQueue()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dispatch.hxx | 188 sal_Bool IsActive( const SfxShell& rShell ); 309 inline sal_Bool SfxDispatcher::IsActive( const SfxShell& rShell ) in IsActive() function in SfxDispatcher
|
/aoo41x/main/framework/source/dispatch/ |
H A D | helpagentdispatcher.cxx | 265 if (! m_aTimer.IsActive()) in implts_stopTimer() 280 if (m_aTimer.IsActive()) in implts_startTimer()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuconstr.cxx | 136 if (aDragTimer.IsActive() ) in MouseMove() 166 if (aDragTimer.IsActive() ) in MouseButtonUp()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | paramdialog.cxx | 174 if (m_aResetVisitFlag.IsActive()) in ~OParameterDialog() 349 if (m_aResetVisitFlag.IsActive())
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 360 if( IsActive() ) in Show() 381 if( IsActive() ) in Hide() 413 if( !bFlag && bIsVisible && IsActive() ) in ChgTimerFlag()
|