/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 342 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()
|
H A D | DIndex.cxx | 288 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()
|
/aoo42x/main/uui/source/ |
H A D | logindlg.hxx | 95 … void SetSavePassword( sal_Bool bSave ) { aSavePasswdBtn.Check( bSave ); } in SetSavePassword() argument
|
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 326 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()
|
/aoo42x/main/basic/source/runtime/ |
H A D | step2.cxx | 108 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()
|
/aoo42x/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 141 void Release(sal_Bool bSave = sal_True); 142 void ReleaseFull(sal_Bool bSave = sal_True);
|
H A D | DIndex.hxx | 145 void Release(sal_Bool bSave = sal_True);
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 563 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()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentbase.cxx | 219 VbaDocumentBase::setSaved( sal_Bool bSave ) throw (uno::RuntimeException) in setSaved() argument 224 xModifiable->setModified( !bSave ); in setSaved()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 445 CursorGuard(SwEditShell & rShell, bool const bSave) in CursorGuard() argument 447 , m_bSaveCursor(bSave) in CursorGuard()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | pubdlg.cxx | 1205 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()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 599 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 236 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()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 378 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()
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbadocumentbase.hxx | 51 virtual void SAL_CALL setSaved( sal_Bool bSave ) throw (css::uno::RuntimeException);
|
/aoo42x/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 122 static void MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave );
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 573 void SfxSplitWindow::ReleaseWindow_Impl(SfxDockingWindow *pDockWin, sal_Bool bSave) in ReleaseWindow_Impl() argument 602 if ( bSave ) in ReleaseWindow_Impl()
|
/aoo42x/main/cui/source/customize/ |
H A D | acccfg.cxx | 1369 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 568 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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | syswin.hxx | 207 void EnableSaveBackground( sal_Bool bSave = sal_True );
|
/aoo42x/main/svx/source/form/ |
H A D | fmshimp.cxx | 3096 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()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmshimp.hxx | 436 void stopFiltering(sal_Bool bSave);
|
/aoo42x/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 674 void SwSectionFrm::MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave ) in MoveCntntAndDelete() argument 712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 301 sal_Bool SwitchToShared( sal_Bool bShared, sal_Bool bSave );
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2593 sal_Bool bSave = bFlushCharBuffer; in KeyInput() local 2595 bFlushCharBuffer = bSave; in KeyInput()
|