Home
last modified time | relevance | path

Searched refs:bSave (Results 1 – 25 of 25) sorted by path

/trunk/main/basic/source/runtime/
H A Dstep2.cxx108 sal_Bool bSave = rBasic.bNoRtl; in FindElement() local
124 rBasic.bNoRtl = bSave; in FindElement()
341 sal_Bool bSave = rBasic.bNoRtl; in FindElementExtern() local
344 rBasic.bNoRtl = bSave; in FindElementExtern()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx288 void ODbaseIndex::Release(sal_Bool bSave) in Release() argument
295 m_aCurLeaf->Release(bSave); in Release()
302 m_aRoot->Release(bSave); in Release()
312 if (bSave && (m_aHeader.db_rootpage != m_nRootPage || in Release()
H A Ddindexnode.cxx342 void ONDXPage::Release(sal_Bool bSave) in Release() argument
346 aChild->Release(bSave); in Release()
354 ppNodes[i].GetChild()->Release(bSave); in Release()
361 void ONDXPage::ReleaseFull(sal_Bool bSave) in ReleaseFull() argument
364 Release(bSave); in ReleaseFull()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx145 void Release(sal_Bool bSave = sal_True);
H A Ddindexnode.hxx141 void Release(sal_Bool bSave = sal_True);
142 void ReleaseFull(sal_Bool bSave = sal_True);
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1369 bool bSave = ( ( nBits & WB_SAVEAS ) == WB_SAVEAS ); in StartFileDialog() local
1370 short nDialogType = bSave ? css::ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION in StartFileDialog()
1381 Link aDlgClosedLink = bSave ? LINK( this, SfxAcceleratorConfigPage, SaveHdl ) in StartFileDialog()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx563 sal_Bool bSave = sal_True; in Sort() local
570 bSave = sal_False; in Sort()
577 if (bSave) // Parameter merken in Sort()
901 sal_Bool bSave = rQueryParam.bInplace || rQueryParam.bDestPers; in Query() local
902 if (bSave) // merken in Query()
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx1205 sal_Bool bSave = sal_False; in IMPL_LINK() local
1211 bSave = sal_True; in IMPL_LINK()
1217 bSave = sal_True; in IMPL_LINK()
1220 if(bSave) in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx301 sal_Bool SwitchToShared( sal_Bool bShared, sal_Bool bSave );
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx573 void SfxSplitWindow::ReleaseWindow_Impl(SfxDockingWindow *pDockWin, sal_Bool bSave) in ReleaseWindow_Impl() argument
602 if ( bSave ) in ReleaseWindow_Impl()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx568 sal_Bool SfxObjectShell::SwitchToShared( sal_Bool bShared, sal_Bool bSave ) in SwitchToShared() argument
576 if ( !aOrigURL.getLength() && bSave ) in SwitchToShared()
613 if ( bResult && bSave ) in SwitchToShared()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3096 void FmXFormShell::stopFiltering(sal_Bool bSave) in stopFiltering() argument
3122 if (bSave) in stopFiltering()
3127 if (bSave) in stopFiltering()
3157 if (bSave) // execute the filter in stopFiltering()
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx436 void stopFiltering(sal_Bool bSave);
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx236 bool bSave = false; in lcl_RstAttr() local
240 bSave = 0 != ( (SwFmtPageDesc*) pItem )->GetPageDesc(); in lcl_RstAttr()
243 bSave = SVX_BREAK_NONE != ( (SvxFmtBreakItem*) pItem )->GetBreak(); in lcl_RstAttr()
246 bSave = 0 != ( (SwNumRuleItem*) pItem )->GetValue().Len(); in lcl_RstAttr()
249 if ( bSave ) in lcl_RstAttr()
/trunk/main/sw/source/core/inc/
H A Dsectfrm.hxx122 static void MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave );
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx674 void SwSectionFrm::MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave ) in MoveCntntAndDelete() argument
712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete()
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx445 CursorGuard(SwEditShell & rShell, bool const bSave) in CursorGuard() argument
447 , m_bSaveCursor(bSave) in CursorGuard()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx599 sal_Bool bSave = pFlt->GetUserData().EqualsAscii( "CWW8" ) in ConvertTo() local
602 if ( bSave ) in ConvertTo()
608 …nVBWarning = SaveOrDelMSVBAStorage( (SfxObjectShell&) *this, *xStg, bSave, String::CreateFromAscii… in ConvertTo()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2595 sal_Bool bSave = bFlushCharBuffer; in KeyInput() local
2597 bFlushCharBuffer = bSave; in KeyInput()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx378 sal_Bool bSave = rSh.IsGlblDocSaveLinks(); in IMPL_LINK() local
379 rSh.SetGlblDocSaveLinks( !bSave ); in IMPL_LINK()
380 pBox->CheckItem(FN_GLOBAL_SAVE_CONTENT, !bSave ); in IMPL_LINK()
/trunk/main/uui/source/
H A Dlogindlg.hxx95 … void SetSavePassword( sal_Bool bSave ) { aSavePasswdBtn.Check( bSave ); } in SetSavePassword() argument
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadocumentbase.hxx51 virtual void SAL_CALL setSaved( sal_Bool bSave ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx219 VbaDocumentBase::setSaved( sal_Bool bSave ) throw (uno::RuntimeException) in setSaved() argument
224 xModifiable->setModified( !bSave ); in setSaved()
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx207 void EnableSaveBackground( sal_Bool bSave = sal_True );
/trunk/main/vcl/source/window/
H A Dsyswin.cxx326 void SystemWindow::EnableSaveBackground( sal_Bool bSave ) in EnableSaveBackground() argument
329 bSave = false; in EnableSaveBackground()
336 pWindow->mpWindowImpl->mpOverlapData->mbSaveBack = bSave; in EnableSaveBackground()
337 if ( !bSave ) in EnableSaveBackground()

Completed in 154 milliseconds