Home
last modified time | relevance | path

Searched refs:bSet (Results 101 – 125 of 364) sorted by relevance

12345678910>>...15

/trunk/main/sc/inc/
H A Ddptabsrc.hxx286 virtual void setColumnGrand(sal_Bool bSet);
288 virtual void setRowGrand(sal_Bool bSet);
291 virtual void setIgnoreEmptyRows(sal_Bool bSet);
293 virtual void setRepeatIfEmpty(sal_Bool bSet);
677 virtual void setShowEmpty(sal_Bool bSet);
683 void SetEnableLayout( sal_Bool bSet );
862 virtual void setIsVisible(sal_Bool bSet);
864 virtual void setShowDetails(sal_Bool bSet);
H A Dconditio.hxx128 void SetIgnoreBlank(sal_Bool bSet);
246 void SetUsed(sal_Bool bSet) { bIsUsed = bSet; } in SetUsed() argument
H A Dtable.hxx233 void SetStreamValid( sal_Bool bSet, sal_Bool bIgnoreLock = sal_False );
236 void SetPendingRowHeights( sal_Bool bSet );
239 void SetCalcNotification( sal_Bool bSet );
243 void SetLayoutRTL( sal_Bool bSet );
244 void SetLoadingRTL( sal_Bool bSet );
256 void SetActiveScenario(sal_Bool bSet) { bActiveScenario = bSet; } in SetActiveScenario() argument
H A Ddptabres.hxx190 void SetEmpty( sal_Bool bSet );
220 void SetInColRoot(sal_Bool bSet) { bIsInColRoot = bSet; } in SetInColRoot() argument
324 void SetLateInit( sal_Bool bSet );
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx411 void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet ) in setPlaybackLoop() argument
415 if (bSet) in setPlaybackLoop()
434 void SAL_CALL Player::setMute( sal_Bool bSet ) in setMute() argument
438 if( implInitPlayer() && ( bSet != isMute() ) ) in setMute()
440 if( bSet ) in setMute()
/trunk/main/sc/source/ui/inc/
H A Dinputwin.hxx65 void SetFormulaMode( sal_Bool bSet );
127 void SetFormulaMode( sal_Bool bSet );
165 void SetFormulaMode( sal_Bool bSet );
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1265 sal_Bool bSet; in ImplConvertFromSVM1() local
1268 rIStm >> aRefPoint >> bSet >> nFollowingActionCount; in ImplConvertFromSVM1()
1270 rMtf.AddAction( new MetaRefPointAction( aRefPoint, bSet ) ); in ImplConvertFromSVM1()
1277 if( bSet ) in ImplConvertFromSVM1()
1287 sal_Bool bSet; in ImplConvertFromSVM1() local
1290 rIStm >> aColor >> bSet >> nFollowingActionCount; in ImplConvertFromSVM1()
1292 rMtf.AddAction( new MetaTextLineColorAction( aColor, bSet ) ); in ImplConvertFromSVM1()
2348 const sal_Bool bSet = pA->IsSetting(); in ImplWriteActions() local
2359 rOStm << rRefPoint << bSet; in ImplWriteActions()
2376 const sal_Bool bSet = pA->IsSetting(); in ImplWriteActions() local
[all …]
H A Dmetaact.cxx3049 MetaLineColorAction::MetaLineColorAction( const Color& rColor, sal_Bool bSet ) : in IMPL_META_ACTION()
3052 mbSet ( bSet ) in IMPL_META_ACTION()
3107 MetaFillColorAction::MetaFillColorAction( const Color& rColor, sal_Bool bSet ) : in IMPL_META_ACTION()
3110 mbSet ( bSet ) in IMPL_META_ACTION()
3216 MetaTextFillColorAction::MetaTextFillColorAction( const Color& rColor, sal_Bool bSet ) : in IMPL_META_ACTION()
3219 mbSet ( bSet ) in IMPL_META_ACTION()
3274 MetaTextLineColorAction::MetaTextLineColorAction( const Color& rColor, sal_Bool bSet ) : in IMPL_META_ACTION()
3277 mbSet ( bSet ) in IMPL_META_ACTION()
3335 mbSet ( bSet ) in IMPL_META_ACTION()
3960 MetaRefPointAction::MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet ) : in IMPL_META_ACTION()
[all …]
/trunk/main/svx/source/dialog/
H A Dorienthelper.cxx183 void OrientStackedWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
185 GetControl().EnableStackedTriState( bSet ); in SetControlDontKnow()
186 GetControl().SetStackedState( bSet ? STATE_DONTKNOW : STATE_NOCHECK ); in SetControlDontKnow()
H A Dsrchdlg.cxx352 bSet ( sal_False ), \
1091 bSet = sal_True; in Init_Impl()
1323 if ( pCtrl && !bSet ) in IMPL_LINK()
1326 bSet = sal_False; in IMPL_LINK()
1416 bSet = sal_True; in IMPL_LINK()
1427 bSet = sal_True; in IMPL_LINK()
1619 if ( !bSet ) in IMPL_LINK()
1622 bSet = sal_False; in IMPL_LINK()
1754 bSet = sal_True; in IMPL_LINK()
2110 bSet = sal_True; in IMPL_LINK()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1972 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() local
1973 SetLine(bSet ? &aLine : 0, BOX_LINE_LEFT ); in PutValue()
1981 SetLine(bSet ? &aLine : 0, BOX_LINE_RIGHT ); in PutValue()
1989 SetLine(bSet ? &aLine : 0, BOX_LINE_BOTTOM ); in PutValue()
1997 SetLine(bSet ? &aLine : 0, BOX_LINE_TOP ); in PutValue()
2106 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() local
2107 SetLine(bSet ? &aLine : 0, nLine); in PutValue()
2896 if ( bSet ) in PutValue()
2904 if ( bSet ) in PutValue()
2987 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() local
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx98 bool bSet = true; in setPlaceholderText() local
109 bSet = false; in setPlaceholderText()
112 if ( bSet ) in setPlaceholderText()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx372 void AbstractScInsertContentsDlg_Impl::SetFillMode( sal_Bool bSet ) in SetFillMode() argument
374 pDlg->SetFillMode( bSet ); in SetFillMode()
377 void AbstractScInsertContentsDlg_Impl::SetOtherDoc( sal_Bool bSet ) in SetOtherDoc() argument
379 pDlg->SetOtherDoc( bSet ); in SetOtherDoc()
386 void AbstractScInsertContentsDlg_Impl::SetChangeTrack( sal_Bool bSet ) in SetChangeTrack() argument
388 pDlg->SetChangeTrack( bSet ); in SetChangeTrack()
/trunk/main/svtools/source/config/
H A Dmiscopt.cxx169 inline void SetUseSystemFileDialog( sal_Bool bSet ) in SetUseSystemFileDialog() argument
170 { m_bUseSystemFileDialog = bSet; SetModified(); } in SetUseSystemFileDialog()
217 inline void SetUseSystemPrintDialog( sal_Bool bSet ) in SetUseSystemPrintDialog() argument
218 { m_bUseSystemPrintDialog = bSet; SetModified(); } in SetUseSystemPrintDialog()
/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx119 void SetReadOnly( sal_Bool bSet ) { bReadOnly = bSet;} in SetReadOnly() argument
121 void SetEditable( sal_Bool bSet );
H A Dframe.hxx148 void SetPresentationMode( sal_Bool bSet );
185 SAL_DLLPRIVATE void ReleasingComponent_Impl( sal_Bool bSet );
204 SAL_DLLPRIVATE void SetOwnsBindings_Impl( sal_Bool bSet );
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1139 MetaLineColorAction( const Color& rColor, sal_Bool bSet );
1161 MetaFillColorAction( const Color& rColor, sal_Bool bSet );
1203 MetaTextFillColorAction( const Color& rColor, sal_Bool bSet );
1225 MetaTextLineColorAction( const Color& rColor, sal_Bool bSet );
1247 MetaOverlineColorAction( const Color& rColor, sal_Bool bSet );
1469 MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet );
/trunk/main/sc/source/core/data/
H A Dtable1.cxx196 void ScTable::SetStreamValid( sal_Bool bSet, sal_Bool bIgnoreLock ) in SetStreamValid() argument
199 bStreamValid = bSet; in SetStreamValid()
202 void ScTable::SetPendingRowHeights( sal_Bool bSet ) in SetPendingRowHeights() argument
204 bPendingRowHeights = bSet; in SetPendingRowHeights()
207 void ScTable::SetLayoutRTL( sal_Bool bSet ) in SetLayoutRTL() argument
209 bLayoutRTL = bSet; in SetLayoutRTL()
212 void ScTable::SetLoadingRTL( sal_Bool bSet ) in SetLoadingRTL() argument
214 bLoadingRTL = bSet; in SetLoadingRTL()
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx67 virtual void SetControlDontKnow( bool bSet );
81 void FrameSelectorWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow() argument
83 if( bSet ) in SetControlDontKnow()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx204 static bool bSet = false; in lcl_setGTKLanguage() local
205 if (bSet) in lcl_setGTKLanguage()
234 bSet = true; in lcl_setGTKLanguage()
/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx439 void ScTabView::SetPagebreakMode( sal_Bool bSet ) in SetPagebreakMode() argument
441 aViewData.SetPagebreakMode(bSet); in SetPagebreakMode()
538 void ScTabView::DrawEnableAnim(sal_Bool bSet) in DrawEnableAnim() argument
545 if ( bSet && aViewData.GetOptions().GetObjMode(VOBJ_TYPE_OLE) == VOBJ_MODE_SHOW ) in DrawEnableAnim()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx532 void DrawDocShell::SetModified( sal_Bool bSet /* = sal_True */ ) in SetModified() argument
534 SfxObjectShell::SetModified( bSet ); in SetModified()
541 mpDoc->NbcSetChanged( bSet ); in SetModified()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpaint.hxx45 …SvgPaint(const basegfx::BColor& rColor = basegfx::BColor(0.0, 0.0, 0.0), bool bSet = false, bool b… in SvgPaint() argument
47 mbSet(bSet), in SvgPaint()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx106 void SetApplyBorderAndShadow( bool bSet ) { aApplyBorderAndShadowCB.Check(bSet); } in SetApplyBorderAndShadow() argument
110 void SetOrderNumberingFirst(bool bSet) { aLbCaptionOrder.SelectEntryPos( bSet ? 1 : 0 ); } in SetOrderNumberingFirst() argument
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx660 bSet; in ExecOther() local
664 bSet = ((SfxBoolItem*)pItem)->GetValue(); in ExecOther()
666 bSet = !pModuleConfig->IsInsTblFormatNum( bWebView ); in ExecOther()
668 pModuleConfig->SetInsTblFormatNum( bWebView, bSet ); in ExecOther()

Completed in 196 milliseconds

12345678910>>...15