Searched refs:bNewShow (Results 1 – 7 of 7) sorted by relevance
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | RegressionCurveItemConverter.cxx | 170 bool bNewShow = static_cast< sal_Bool >( in ApplySpecialItem() local 179 bOldShow != bNewShow ) in ApplySpecialItem() 181 xEqProp->setPropertyValue( C2U( "ShowEquation" ), uno::makeAny( bNewShow )); in ApplySpecialItem() 193 bool bNewShow = static_cast< sal_Bool >( in ApplySpecialItem() local 202 bOldShow != bNewShow ) in ApplySpecialItem() 204 … xEqProp->setPropertyValue( C2U( "ShowCorrelationCoefficient" ), uno::makeAny( bNewShow )); in ApplySpecialItem()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glshell.cxx | 145 SwGlosDocShell::SwGlosDocShell(sal_Bool bNewShow) in SwGlosDocShell() argument 146 : SwDocShell( (bNewShow) in SwGlosDocShell() 148 , bShow ( bNewShow ) in SwGlosDocShell()
|
/trunk/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 53 sal_uInt16 nNewLevel, sal_uInt16 nNewEntry, sal_Bool bNewShow ); 138 sal_Bool bNewShow );
|
H A D | undotab.hxx | 346 SCTAB nNewTab, sal_Bool bNewShow );
|
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 82 sal_uInt16 nNewLevel, sal_uInt16 nNewEntry, sal_Bool bNewShow ) : in ScUndoDoOutline() argument 91 bShow( bNewShow ) in ScUndoDoOutline() 354 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab, sal_Bool bNewShow ) : in ScUndoOutlineBlock() argument 360 bShow( bNewShow ) in ScUndoOutlineBlock()
|
H A D | undotab.cxx | 1178 ScUndoShowHideTab::ScUndoShowHideTab( ScDocShell* pShell, SCTAB nNewTab, sal_Bool bNewShow ) : in ScUndoShowHideTab() argument 1181 bShow( bNewShow ) in ScUndoShowHideTab()
|
/trunk/main/sw/source/ui/inc/ |
H A D | glshell.hxx | 44 SwGlosDocShell( sal_Bool bNewShow = sal_True);
|
Completed in 51 milliseconds