Home
last modified time | relevance | path

Searched refs:bUpdate (Results 26 – 50 of 101) sorted by relevance

12345

/aoo41x/main/svx/inc/svx/
H A Dfloat3d.hxx200 sal_Bool bUpdate; member in Svx3DWin
262 sal_Bool IsUpdateMode() const { return bUpdate; } in IsUpdateMode()
H A Dfillctrl.hxx60 sal_Bool bUpdate; member in SvxFillToolBoxControl
H A Dlinectrl.hxx50 sal_Bool bUpdate; member in SvxLineStyleToolBoxControl
/aoo41x/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx115 SAL_DLLPRIVATE static void ReadFilters_Impl( sal_Bool bUpdate=sal_False );
119 sal_Bool bUpdate );
/aoo41x/main/sc/source/core/tool/
H A Dchgtrack.cxx3551 sal_Bool bUpdate = sal_True; in UpdateReference() local
3561 bUpdate = sal_False; in UpdateReference()
3569 bUpdate = sal_False; in UpdateReference()
3578 bUpdate = sal_False; in UpdateReference()
3583 if ( !bUpdate ) in UpdateReference()
3599 bUpdate = sal_False; in UpdateReference()
3748 if ( bUpdate ) in UpdateReference()
3789 bUpdate = sal_False; in UpdateReference()
3795 bUpdate = sal_False; in UpdateReference()
3800 bUpdate = sal_True; in UpdateReference()
[all …]
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcption.cxx544 sal_Bool bUpdate = sal_True; in Apply() local
559 bUpdate = sal_False; in Apply()
561 if( bUpdate ) in Apply()
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1359 void BrowseBox::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
1364 if ( bWasUpdate == bUpdate ) in SetUpdateMode()
1367 Control::SetUpdateMode( bUpdate ); in SetUpdateMode()
1371 if( bUpdate ) in SetUpdateMode()
1373 getDataWindow()->SetUpdateMode( bUpdate ); in SetUpdateMode()
1376 if ( bUpdate ) in SetUpdateMode()
/aoo41x/main/svtools/source/contnr/
H A Dsvicnvw.cxx279 void SvIconView::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
281 Control::SetUpdateMode( bUpdate ); in SetUpdateMode()
282 if ( bUpdate ) in SetUpdateMode()
/aoo41x/main/sw/source/core/docnode/
H A Dndsect.cxx159 SfxItemSet const*const pAttr, bool const bUpdate) in InsertSwSection() argument
378 pNewSectNode->GetSection().CreateLink( bUpdate ? CREATE_UPDATE : CREATE_CONNECT ); in InsertSwSection()
692 const bool bUpdate = in UpdateSection() local
746 if( bUpdate ) in UpdateSection()
/aoo41x/main/svtools/source/control/
H A Dtabbar.cxx971 sal_Bool bUpdate = sal_False; in MouseButtonDown() local
973 bUpdate = sal_True; in MouseButtonDown()
982 if ( bUpdate ) in MouseButtonDown()
1888 sal_Bool bUpdate = sal_False; in SetCurPageId() local
1890 bUpdate = sal_True; in SetCurPageId()
1953 if ( bUpdate ) in SetCurPageId()
/aoo41x/main/sd/source/ui/inc/
H A DViewShell.hxx228 const Point& rWinPos, sal_Bool bUpdate = sal_False);
325 void SetWinViewPos(const Point& rWinPos, bool bUpdate);
/aoo41x/main/sw/source/core/doc/
H A Ddocnew.cxx999 sal_Bool bUpdate = sal_True; in UpdateLinks() local
1002 case document::UpdateDocMode::NO_UPDATE: bUpdate = sal_False;break; in UpdateLinks()
1013 if( bUpdate && (bUI || !bAskUpdate) ) in UpdateLinks()
/aoo41x/main/desktop/source/app/
H A Dlangselect.cxx365 Reference< XNameAccess > LanguageSelection::getConfigAccess(const sal_Char* pPath, sal_Bool bUpdate) in getConfigAccess() argument
371 if (bUpdate) in getConfigAccess()
H A Dlangselect.hxx59 getConfigAccess(const sal_Char* pPath, sal_Bool bUpdate=sal_False);
/aoo41x/main/sw/source/core/undo/
H A Dunsect.cxx471 const bool bUpdate = in UndoImpl() local
482 if( bUpdate ) in UndoImpl()
/aoo41x/main/sw/source/ui/wrtsh/
H A Dmove.cxx541 sal_Bool SwWrtShell::PopCrsr(sal_Bool bUpdate, sal_Bool bSelect) in PopCrsr() argument
547 if( bUpdate && bValidPos ) in PopCrsr()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx899 bUpdate ( sal_False ), in SfxCommonTemplateDialog_Impl()
944 bUpdate ( sal_False ), in SfxCommonTemplateDialog_Impl()
1558 bUpdate = sal_True; in SetFamilyState()
1712 bUpdate && in Notify()
1719 bUpdate = sal_False; in Notify()
1752 bUpdate = sal_True; in Notify()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx197 VbaApplicationBase::setScreenUpdating(sal_Bool bUpdate) throw (uno::RuntimeException) in setScreenUpdating() argument
201 ::basic::vba::lockControllersOfAllDocuments( xModel, !bUpdate ); in setScreenUpdating()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx1776 sal_Bool bUpdate = sal_True; in ImplSysObjClip() local
1858 return bUpdate; in ImplSysObjClip()
1917 sal_Bool bUpdate = sal_True; in ImplSetClipFlagChilds() local
1931 bUpdate = sal_False; in ImplSetClipFlagChilds()
1939 bUpdate = sal_False; in ImplSetClipFlagChilds()
1954 bUpdate = sal_False; in ImplSetClipFlagChilds()
1958 return bUpdate; in ImplSetClipFlagChilds()
1971 bUpdate = sal_False; in ImplSetClipFlagOverlapWindows()
1975 return bUpdate; in ImplSetClipFlagOverlapWindows()
2001 bUpdate = sal_False; in ImplSetClipFlag()
[all …]
/aoo41x/main/tools/inc/bootstrp/
H A Dinimgr.hxx38 sal_Bool bUpdate; member in IniManager
/aoo41x/main/sw/inc/
H A Dswddetbl.hxx38 sal_Bool bUpdate = sal_True );
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx59 void Outliner::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
62 pEditEngine->SetUpdateMode( bUpdate ); in SetUpdateMode()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx639 sal_Bool bUpdate = pOutliner->GetUpdateMode(); in lcl_RemoveFields() local
669 if (bUpdate) in lcl_RemoveFields()
688 if (bUpdate && bChanged) in lcl_RemoveFields()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx93 virtual void SetUpdatable( sal_Bool bUpdate=sal_True );
/aoo41x/main/cui/source/dialogs/
H A Dcolorpicker.cxx402 void ShowPosition( const Point& rPos, bool bUpdate );
595 void ColorFieldControl::ShowPosition( const Point& rPos, bool bUpdate ) in ShowPosition() argument
623 if( bUpdate ) in ShowPosition()

Completed in 283 milliseconds

12345