Home
last modified time | relevance | path

Searched refs:bUpdate (Results 76 – 100 of 101) sorted by relevance

12345

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/desktop/source/migration/
H A Dmigration.cxx850 …o::Reference< XNameAccess > MigrationImpl::getConfigAccess(const sal_Char* pPath, sal_Bool bUpdate) in getConfigAccess() argument
856 if (bUpdate) in getConfigAccess()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit.hxx482 sal_Bool bUpdate; member in ImpEditEngine
716 sal_Bool GetUpdateMode() const { return bUpdate; } in GetUpdateMode()
H A Deditview.cxx818 void EditView::SetEditEngineUpdateMode( sal_Bool bUpdate ) in SetEditEngineUpdateMode() argument
822 PIMPEE->SetUpdateMode( bUpdate, this ); in SetEditEngineUpdateMode()
H A Dediteng.cxx1317 void EditEngine::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
1320 pImpEditEngine->SetUpdateMode( bUpdate ); in SetUpdateMode()
H A Dimpedit3.cxx3895 bUpdate = bUp; in SetUpdateMode()
3896 if ( bUpdate && ( bChanged || bForceUpdate ) ) in SetUpdateMode()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1978 void OTableEditorCtrl::DeactivateCell(sal_Bool bUpdate) in DeactivateCell() argument
1980 OTableRowView::DeactivateCell(bUpdate); in DeactivateCell()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx344 void SetUpdateMode( sal_Bool bUpdate );
H A Dimivctl1.cxx1738 void SvxIconChoiceCtrl_Impl::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode() argument
1740 if( bUpdate != bUpdateMode ) in SetUpdateMode()
1742 bUpdateMode = bUpdate; in SetUpdateMode()
1743 if( bUpdate ) in SetUpdateMode()
H A Dsvimpbox.cxx3008 sal_Bool bUpdate = GetUpdateMode(); in SelAllDestrAnch() local
3016 if( bUpdate && pView->IsEntryVisible(pEntry) ) in SelAllDestrAnch()
/aoo41x/main/editeng/inc/editeng/
H A Dediteng.hxx147 void SetUpdateMode( sal_Bool bUpdate );
H A Doutliner.hxx788 void SetUpdateMode( sal_Bool bUpdate );
/aoo41x/main/svx/source/fmcomp/
H A Dgridctrl.cxx3071 sal_Bool bUpdate = (!m_xCurrentRow->IsNew() && (m_nOptions & OPT_UPDATE)); in GetController() local
3073 if ((bInsert && !pColumn->IsAutoValue()) || bUpdate || m_bForceROController) in GetController()
3081 if (!bInsert && !bUpdate) in GetController()
/aoo41x/main/sw/inc/
H A Dfesh.hxx578 void ShGetFcs( sal_Bool bUpdate = sal_True );
H A Dcrsrsh.hxx489 void ShGetFcs( sal_Bool bUpdate = sal_True );
H A Ddoc.hxx1829 SfxItemSet const*const pAttr = 0, bool const bUpdate = true);
/aoo41x/main/sw/source/ui/inc/
H A Dwrtsh.hxx533 SW_DLLPRIVATE sal_Bool PopCrsr(sal_Bool bUpdate, sal_Bool bSelect = sal_False);
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx479 void SetUpdateMode( sal_Bool bUpdate );
/aoo41x/main/xmloff/source/text/
H A Dtxtfldi.cxx3079 sal_Bool bUpdate = sal_False; in StartElement() local
3118 bUpdate = bTmp; in StartElement()
3170 aAny.setValue(&bUpdate, ::getBooleanCppuType()); in StartElement()
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1975 const SwIndex & rStart, /*const*/ xub_StrLen nLen, const bool bUpdate ) in CutImpl() argument
2084 if( bUpdate ) in CutImpl()
2143 if( bUpdate ) in CutImpl()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4578 sal_Bool bUpdate; in ImplHandlePalette() local
4625 bUpdate = nCols != 0; in ImplHandlePalette()
4654 bUpdate = TRUE; in ImplHandlePalette()
4661 if ( bUpdate ) in ImplHandlePalette()
/aoo41x/main/svtools/source/control/
H A Druler.cxx1427 void Ruler::ImplInitExtraField( sal_Bool bUpdate ) in ImplInitExtraField() argument
1455 if ( bUpdate ) in ImplInitExtraField()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx2746 sal_Bool bUpdate = ( bIsModified != IsModified() ); in SetDrawModified() local
2751 if (bUpdate) in SetDrawModified()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2178 void SwCrsrShell::ShGetFcs( sal_Bool bUpdate ) in ShGetFcs() argument
2183 UpdateCrsr( static_cast<sal_uInt16>( bUpdate ? in ShGetFcs()

Completed in 437 milliseconds

12345