Home
last modified time | relevance | path

Searched refs:bForced (Results 1 – 22 of 22) sorted by path

/trunk/main/cui/source/options/
H A Dtreeopt.cxx222 static String getGroupName( const rtl::OUString& rModule, bool bForced ) in getGroupName() argument
238 if ( sGroupName.Len() == 0 && bForced ) in getGroupName()
H A Dwebconninfo.cxx64 void PasswordTable::Resort( bool bForced ) in Resort() argument
67 if ( 0 == nColumn || bForced ) // only the first column is sorted in Resort()
H A Dwebconninfo.hxx44 void Resort( bool bForced );
/trunk/main/formula/inc/formula/
H A Dformula.hxx78 void RefInputDoneAfter( sal_Bool bForced = sal_False );
127 void RefInputDoneAfter( sal_Bool bForced = sal_False );
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx98 void RefInputDoneAfter( sal_Bool bForced );
1571 void FormulaDlg_Impl::RefInputDoneAfter( sal_Bool bForced ) in RefInputDoneAfter() argument
1574 if( bForced || !aRefBtn.IsVisible() ) in RefInputDoneAfter()
1921 void FormulaModalDialog::RefInputDoneAfter( sal_Bool bForced ) in RefInputDoneAfter() argument
1923 m_pImpl->RefInputDoneAfter( bForced ); in RefInputDoneAfter()
2076 void FormulaDlg::RefInputDoneAfter( sal_Bool bForced ) in RefInputDoneAfter() argument
2078 m_pImpl->RefInputDoneAfter( bForced ); in RefInputDoneAfter()
/trunk/main/sc/inc/
H A Ddocument.hxx855 void InitializeNoteCaptions( SCTAB nTab, bool bForced = false );
858 void InitializeAllNoteCaptions( bool bForced = false );
H A Dtable.hxx359 void InitializeNoteCaptions( bool bForced = false );
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3005 void ScDocument::InitializeNoteCaptions( SCTAB nTab, bool bForced ) in InitializeNoteCaptions() argument
3008 pTab[ nTab ]->InitializeNoteCaptions( bForced ); in InitializeNoteCaptions()
3011 void ScDocument::InitializeAllNoteCaptions( bool bForced ) in InitializeAllNoteCaptions() argument
3014 InitializeNoteCaptions( nTab, bForced ); in InitializeAllNoteCaptions()
H A Dtable2.cxx1140 void ScTable::InitializeNoteCaptions( bool bForced ) in InitializeNoteCaptions() argument
1142 if( mxUninitNotes.get() && (bForced || pDocument->IsUndoEnabled()) ) in InitializeNoteCaptions()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx408 void ScFormulaDlg::RefInputDone( sal_Bool bForced ) in RefInputDone() argument
410 m_aHelper.RefInputDone( bForced ); in RefInputDone()
411 RefInputDoneAfter( bForced ); in RefInputDone()
/trunk/main/sc/source/ui/inc/
H A DIAnyRefDialog.hxx50 virtual void RefInputDone( sal_Bool bForced = sal_False ) = 0;
H A Danyrefdg.hxx99 void RefInputDone( sal_Bool bForced = sal_False );
114 bool CanInputDone( sal_Bool bForced ){ return pRefEdit && (bForced || !pRefBtn); } in CanInputDone() argument
155 virtual void RefInputDone( sal_Bool bForced = sal_False );
193 inline bool CanInputDone( sal_Bool bForced );
264 inline bool ScRefHandler::CanInputDone( sal_Bool bForced ) in CanInputDone() argument
266 return m_aHelper.CanInputDone( bForced ); in CanInputDone()
H A Dformula.hxx112 virtual void RefInputDone( sal_Bool bForced = sal_False );
H A Dhighred.hxx103 virtual void RefInputDone( sal_Bool bForced = sal_False );
H A Dnamedlg.hxx104 virtual void RefInputDone( sal_Bool bForced = sal_False );
H A Dsimpref.hxx87 virtual void RefInputDone( sal_Bool bForced = sal_False );
H A Dvalidate.hxx158 virtual void RefInputDone( sal_Bool bForced = sal_False ) in RefInputDone() argument
160 if( !CanInputDone( bForced ) ) in RefInputDone()
166 ScValidationDlgBase::RefInputDone( bForced ); in RefInputDone()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx370 void ScFormulaReferenceHelper::RefInputDone( sal_Bool bForced ) in RefInputDone() argument
374 if ( CanInputDone( bForced ) )//if (pRefEdit && (bForced || !pRefBtn)) in RefInputDone()
1003 void ScRefHandler::RefInputDone( sal_Bool bForced ) in RefInputDone() argument
1005 m_aHelper.RefInputDone( bForced ); in RefInputDone()
H A Dhighred.cxx200 void ScHighlightChgDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument
202 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone()
203 if(bForced || !aRbAssign.IsVisible()) in RefInputDone()
H A Dsimpref.cxx218 void ScSimpleRefDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument
220 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone()
221 if ( (bForced || bCloseOnButtonUp) && bCloseFlag ) in RefInputDone()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx231 void ScNameDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument
233 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx496 sal_Bool bForced = sal_False; in CalcFlyWidth() local
521 bForced = sal_True; in CalcFlyWidth()
543 if( bForced ) in CalcFlyWidth()

Completed in 198 milliseconds