Home
last modified time | relevance | path

Searched refs:bNew (Results 251 – 260 of 260) sorted by relevance

1...<<11

/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx435 void SetUseUserData( sal_Bool bNew );
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx775 void XMLTextImportHelper::SetInsideDeleteContext(bool const bNew) in SetInsideDeleteContext() argument
777 m_pImpl->m_bInsideDeleteContext = bNew; in SetInsideDeleteContext()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx416 bool bNew = ( it == rHashMap.end() ); in implSetString() local
417 if( bNew ) in implSetString()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2407 sal_Bool bNew = sal_False; in EndBlockModify() local
2412 bNew = sal_True; in EndBlockModify()
2414 if ( bNew ) in EndBlockModify()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5446 bool bNew = !bInsertMode; // Neues Doc ( kein Einfuegen ) in Read() local
5490 if (bNew) in Read()
5497 rBaseURL, bNew); in Read()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1782 sal_Bool bNew = pMenu->GetCurItemId()== MN_AUTOMARK_NEW; in IMPL_LINK() local
1784 &aAutoMarkPB, sAutoMarkURL, sAutoMarkType, bNew ); in IMPL_LINK()
1786 if( RET_OK != pAutoMarkDlg->Execute() && bNew ) in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx671 sal_Bool ScPrintFunc::AdjustPrintArea( sal_Bool bNew ) in AdjustPrintArea() argument
679 if ( bNew ) in AdjustPrintArea()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5725 void SwEditWin::SetUseInputLanguage( sal_Bool bNew ) in SetUseInputLanguage() argument
5727 if ( bNew || bUseInputLanguage ) in SetUseInputLanguage()
5733 bUseInputLanguage = bNew; in SetUseInputLanguage()
/trunk/main/package/source/xstor/
H A Dxstorage.hxx95 … SotElement_Impl( const ::rtl::OUString& rName, sal_Bool bStor, sal_Bool bNew );
H A Dxstorage.cxx171 SotElement_Impl::SotElement_Impl( const ::rtl::OUString& rName, sal_Bool bStor, sal_Bool bNew ) in SotElement_Impl() argument
175 , m_bIsInserted( bNew ) in SotElement_Impl()

Completed in 193 milliseconds

1...<<11