/aoo4110/main/soldep/source/ |
H A D | objwin.cxx | 397 void ObjectWin::MarkNeeded( sal_Bool bReset ) in MarkNeeded() argument 414 if ( bReset ) in MarkNeeded() 418 pWin->MarkNeeded( bReset ); // recursive call in MarkNeeded() 425 void ObjectWin::MarkDepending( sal_Bool bReset ) in MarkDepending() argument 445 if ( bReset ) in MarkDepending() 449 pWin->MarkDepending( bReset ); // recursive call in MarkDepending()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | passwd.cxx | 52 bool bReset = false; in IMPL_LINK_INLINE_START() local 56 bReset = true; in IMPL_LINK_INLINE_START() 61 if( bReset ) in IMPL_LINK_INLINE_START()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unfmco.cxx | 44 const bool bReset, in SwUndoFmtColl() argument 50 mbReset( bReset ), in SwUndoFmtColl()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edfcol.cxx | 107 void SwEditShell::FillByEx(SwTxtFmtColl* pColl, sal_Bool bReset) in FillByEx() argument 109 if( bReset ) in FillByEx()
|
H A D | edfmt.cxx | 73 void SwEditShell::FillByEx(SwCharFmt* pCharFmt, sal_Bool bReset) in FillByEx() argument 75 if ( bReset ) in FillByEx()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | objwin.hxx | 106 void MarkNeeded( sal_Bool bReset = sal_False ); 107 void MarkDepending( sal_Bool bReset = sal_False );
|
/aoo4110/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 242 bReset = sal_True; in Reset() 244 bReset = sal_False; in Reset() 343 if(!bReset) in ActivatePage() 356 if (!bReset) in ActivatePage()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 118 bool bReset; member 131 bReset( false ), in ParaRstFmt() 145 bReset( false ), in ParaRstFmt() 1705 if ( pPara->bReset ) in lcl_SetTxtFmtColl() 1772 const bool bReset, in SetTxtFmtColl() argument 1783 bReset, in SetTxtFmtColl() 1791 aPara.bReset = bReset; in SetTxtFmtColl()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview2.cxx | 437 void ScTabView::PaintBlock( sal_Bool bReset ) in PaintBlock() argument 474 if ( bReset ) in PaintBlock() 542 if ( bReset && !bDidReset ) in PaintBlock()
|
/aoo4110/main/sc/source/core/data/ |
H A D | markdata.cxx | 334 void ScMarkData::MarkFromRangeList( const ScRangeList& rList, sal_Bool bReset ) in MarkFromRangeList() argument 336 if (bReset) in MarkFromRangeList()
|
H A D | column.cxx | 603 …ndStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool bReset ) in FindStyleSheet() argument 605 pAttrArray->FindStyleSheet( pStyleSheet, rUsedRows, bReset ); in FindStyleSheet()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1692 sal_Bool bReset = sal_False; in AutoUpdatePara() local 1704 bReset = sal_True; in AutoUpdatePara() 1710 if(bReset) in AutoUpdatePara()
|
/aoo4110/main/sc/inc/ |
H A D | markdata.hxx | 94 void MarkFromRangeList( const ScRangeList& rList, sal_Bool bReset );
|
H A D | attarray.hxx | 154 …dStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool bReset );
|
H A D | column.hxx | 334 …dStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool bReset );
|
/aoo4110/main/sw/inc/ |
H A D | editsh.hxx | 286 void FillByEx(SwCharFmt*, sal_Bool bReset = sal_False); 313 void FillByEx(SwTxtFmtColl*, sal_Bool bReset = sal_False);
|
/aoo4110/main/cui/source/inc/ |
H A D | grfpage.hxx | 105 sal_Bool bReset; member in SvxGrfCropPage
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoCore.hxx | 136 const bool bReset,
|
/aoo4110/main/sfx2/source/appl/ |
H A D | workwin.cxx | 1784 sal_Bool bReset = sal_False; in SetTempStatusBar_Impl() local 1787 bReset = sal_True; in SetTempStatusBar_Impl() 1795 if ( !bOn || bReset || (!bSet && aStatBar.nId ) ) in SetTempStatusBar_Impl() 1803 if ( bReset ) in SetTempStatusBar_Impl()
|
H A D | appcfg.cxx | 668 sal_Bool bReset = ((const SfxBoolItem *)pItem)->GetValue(); in SetOptions_Impl() local 669 if ( bReset ) in SetOptions_Impl()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | frmpage.hxx | 161 void Init(const SfxItemSet& rSet, sal_Bool bReset = sal_False);
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 492 void PaintBlock( sal_Bool bReset = sal_False );
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XUpdateHandler.idl | 135 @param bReset 160 [in] boolean bReset )
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2166 void SwFrmPage::Init(const SfxItemSet& rSet, sal_Bool bReset) in Init() argument 2225 if(!bReset) in Init() 2237 if (!bReset) in Init()
|
/aoo4110/main/svx/source/form/ |
H A D | fmshimp.cxx | 3907 bool bReset = !xBoundField.is(); in smartControlReset() local 3912 bReset = false; in smartControlReset() 3914 if ( bReset ) in smartControlReset()
|