/trunk/main/sc/source/ui/inc/ |
H A D | anyrefdg.hxx | 99 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 D | validate.hxx | 158 virtual void RefInputDone( sal_Bool bForced = sal_False ) in RefInputDone() argument 160 if( !CanInputDone( bForced ) ) in RefInputDone() 166 ScValidationDlgBase::RefInputDone( bForced ); in RefInputDone()
|
H A D | IAnyRefDialog.hxx | 50 virtual void RefInputDone( sal_Bool bForced = sal_False ) = 0;
|
H A D | highred.hxx | 103 virtual void RefInputDone( sal_Bool bForced = sal_False );
|
H A D | simpref.hxx | 87 virtual void RefInputDone( sal_Bool bForced = sal_False );
|
H A D | namedlg.hxx | 104 virtual void RefInputDone( sal_Bool bForced = sal_False );
|
H A D | formula.hxx | 112 virtual void RefInputDone( sal_Bool bForced = sal_False );
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | simpref.cxx | 218 void ScSimpleRefDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument 220 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone() 221 if ( (bForced || bCloseOnButtonUp) && bCloseFlag ) in RefInputDone()
|
H A D | highred.cxx | 200 void ScHighlightChgDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument 202 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone() 203 if(bForced || !aRbAssign.IsVisible()) in RefInputDone()
|
H A D | anyrefdg.cxx | 370 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()
|
/trunk/main/formula/inc/formula/ |
H A D | formula.hxx | 78 void RefInputDoneAfter( sal_Bool bForced = sal_False ); 127 void RefInputDoneAfter( sal_Bool bForced = sal_False );
|
/trunk/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 98 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/source/ui/formdlg/ |
H A D | formula.cxx | 408 void ScFormulaDlg::RefInputDone( sal_Bool bForced ) in RefInputDone() argument 410 m_aHelper.RefInputDone( bForced ); in RefInputDone() 411 RefInputDoneAfter( bForced ); in RefInputDone()
|
/trunk/main/cui/source/options/ |
H A D | webconninfo.cxx | 64 void PasswordTable::Resort( bool bForced ) in Resort() argument 67 if ( 0 == nColumn || bForced ) // only the first column is sorted in Resort()
|
H A D | webconninfo.hxx | 44 void Resort( bool bForced );
|
H A D | treeopt.cxx | 222 static String getGroupName( const rtl::OUString& rModule, bool bForced ) in getGroupName() argument 238 if ( sGroupName.Len() == 0 && bForced ) in getGroupName()
|
/trunk/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 231 void ScNameDlg::RefInputDone( sal_Bool bForced) in RefInputDone() argument 233 ScAnyRefDlg::RefInputDone(bForced); in RefInputDone()
|
/trunk/main/sw/source/core/text/ |
H A D | txtfly.cxx | 496 sal_Bool bForced = sal_False; in CalcFlyWidth() local 521 bForced = sal_True; in CalcFlyWidth() 543 if( bForced ) in CalcFlyWidth()
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 3005 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 D | table2.cxx | 1140 void ScTable::InitializeNoteCaptions( bool bForced ) in InitializeNoteCaptions() argument 1142 if( mxUninitNotes.get() && (bForced || pDocument->IsUndoEnabled()) ) in InitializeNoteCaptions()
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 855 void InitializeNoteCaptions( SCTAB nTab, bool bForced = false ); 858 void InitializeAllNoteCaptions( bool bForced = false );
|
H A D | table.hxx | 359 void InitializeNoteCaptions( bool bForced = false );
|