Home
last modified time | relevance | path

Searched refs:bUpdate (Results 51 – 75 of 99) sorted by relevance

1234

/aoo42x/main/sfx2/source/control/
H A Ddispatch.cxx1647 sal_Bool bUpdate = bForce; in Update_Impl() local
1654 if ( !bUpdate ) in Update_Impl()
1655 bUpdate = !pDisp->pImp->bUpdated; in Update_Impl()
1664 if ( !bUpdate || pImp->pFrame->GetFrame().IsClosing_Impl() ) in Update_Impl()
/aoo42x/main/svtools/source/edit/
H A Dtexteng.cxx351 void TextEngine::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
353 if ( bUpdate != mbUpdate ) in SetUpdateMode()
355 mbUpdate = bUpdate; in SetUpdateMode()
2636 sal_Bool bUpdate = GetUpdateMode(); in Read() local
2673 SetUpdateMode( bUpdate ); in Read()
/aoo42x/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx49 virtual void SAL_CALL setScreenUpdating(sal_Bool bUpdate) throw (css::uno::RuntimeException);
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx171 virtual void DeactivateCell(sal_Bool bUpdate = sal_True);
/aoo42x/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1084 void EditBrowseBox::DeactivateCell(sal_Bool bUpdate) in DeactivateCell() argument
1106 if (bUpdate) in DeactivateCell()
H A Dbrwbox1.cxx700 sal_Bool bUpdate = GetUpdateMode() && in SetColumnWidth() local
703 if ( bUpdate ) in SetColumnWidth()
724 if ( bUpdate ) in SetColumnWidth()
/aoo42x/main/editeng/inc/editeng/
H A Deditview.hxx197 void SetEditEngineUpdateMode( sal_Bool bUpdate );
/aoo42x/main/sw/source/core/frmedt/
H A Dfews.cxx336 void SwFEShell::ShGetFcs( sal_Bool bUpdate ) in ShGetFcs() argument
339 SwCrsrShell::ShGetFcs( bUpdate ); in ShGetFcs()
/aoo42x/main/embeddedobj/source/msole/
H A Dolecomponent.hxx112 …::awt::Size CalculateTheRealSize( const ::com::sun::star::awt::Size& aContSize, sal_Bool bUpdate );
/aoo42x/main/svtools/source/dialogs/
H A Dproperty.cxx888 bUpdate=sal_False; in DisableUpdate()
893 bUpdate=sal_True; in EnableUpdate()
/aoo42x/main/vcl/inc/vcl/
H A Dwindow.hxx906 void SetUpdateMode( sal_Bool bUpdate );
908 void SetParentUpdateMode( sal_Bool bUpdate );
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx161 virtual void DeactivateCell(sal_Bool bUpdate = sal_True);
/aoo42x/main/sfx2/source/inc/
H A Dtempldgi.hxx172 bUpdate :1, member in SfxCommonTemplateDialog_Impl
/aoo42x/main/svtools/inc/svtools/
H A Druler.hxx730 SVT_DLLPRIVATE void ImplInitExtraField( sal_Bool bUpdate );
H A Dtexteng.hxx251 void SetUpdateMode( sal_Bool bUpdate );
H A Deditbrowsebox.hxx621 virtual void DeactivateCell(sal_Bool bUpdate = sal_True);
/aoo42x/main/vcl/source/window/
H A Dwindow2.cxx1845 void Window::SetParentUpdateMode( sal_Bool bUpdate ) in SetParentUpdateMode() argument
1847 mpWindowImpl->mbNoParentUpdate = !bUpdate; in SetParentUpdateMode()
/aoo42x/main/sc/source/core/tool/
H A Dcompiler.cxx4462 bool bUpdate = !rRef.Ref1.IsColRel() || !rRef.Ref1.IsRowRel() || in UpdateNameReference() local
4464 if (!bUpdate && t->GetType() == svDoubleRef) in UpdateNameReference()
4465 bUpdate = !rRef.Ref2.IsColRel() || !rRef.Ref2.IsRowRel() || in UpdateNameReference()
4476 bUpdate = bUpdate && !rRef.Ref1.IsTabRel() && !rRef.Ref2.IsTabRel(); in UpdateNameReference()
4478 if (bUpdate) in UpdateNameReference()
/aoo42x/main/svtools/source/control/
H A Dcalendar.cxx2119 sal_Bool bUpdate = IsVisible() && IsUpdateMode(); in SetCurDate() local
2130 bUpdate = sal_False; in SetCurDate()
2158 if ( bUpdate ) in SetCurDate()
/aoo42x/main/svtools/source/inc/
H A Dproperty.hxx378 sal_Bool bUpdate; member in SvListBoxForProperties
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1183 void SbaGridControl::DeactivateCell(sal_Bool bUpdate /*= sal_True*/) in DeactivateCell() argument
1185 FmGridControl::DeactivateCell(bUpdate); in DeactivateCell()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx277 virtual void DeactivateCell(sal_Bool bUpdate = sal_True);
/aoo42x/main/vcl/source/control/
H A Dilstbox.cxx2614 sal_Bool bUpdate = IsUpdateMode(); in StateChanged() local
2615 maLBWindow.SetUpdateMode( bUpdate ); in StateChanged()
2618 if ( bUpdate && IsReallyVisible() ) in StateChanged()
/aoo42x/main/sc/source/ui/view/
H A Dtabview.cxx1405 sal_Bool bUpdate = ( eType != SCROLL_DRAG ); // bei Drag die Ranges nicht aendern in IMPL_LINK() local
1407 ScrollX( nDelta, (pScroll == &aHScrollLeft) ? SC_SPLIT_LEFT : SC_SPLIT_RIGHT, bUpdate ); in IMPL_LINK()
1409 ScrollY( nDelta, (pScroll == &aVScrollTop) ? SC_SPLIT_TOP : SC_SPLIT_BOTTOM, bUpdate ); in IMPL_LINK()
/aoo42x/main/sw/inc/
H A Dndtxt.hxx144 const bool bUpdate = true );

Completed in 402 milliseconds

1234