Home
last modified time | relevance | path

Searched refs:bNew (Results 151 – 175 of 260) sorted by relevance

1234567891011

/trunk/main/sw/inc/
H A Dpam.hxx174 inline void _SetInFrontOfLabel( bool bNew ) { m_bIsInFrontOfLabel = bNew; } in _SetInFrontOfLabel() argument
H A Dswcrsr.hxx216 void SetColumnSelection( bool bNew ) { mbColumnSelection = bNew; } in SetColumnSelection() argument
H A Dgrfatr.hxx87 inline void SetGrfToggle( sal_Bool bNew ) { bGrfToggle = bNew; } in SetGrfToggle() argument
H A Dswtable.hxx163 void SetTableModel( sal_Bool bNew ){ bNewModel = bNew; } in SetTableModel() argument
H A Dnode.hxx143 inline void SetIgnoreDontExpand( sal_Bool bNew ) { bIgnoreDontExpand = bNew; } in SetIgnoreDontExpand() argument
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx184 void SetPerspective(sal_Bool bNew);
337 void SetUseFocalLength(sal_Bool bNew);
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx196 void SetSuppressDefaultConnect(sal_Bool bNew) { mbSuppressDefaultConnect = bNew; } in SetSuppressDefaultConnect() argument
H A Ddlgctrl.hxx145 void DoCompletelyDisable(sal_Bool bNew);
418 void setAddStandardFields(bool bNew);
/trunk/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx282 void SetExchangeSupport( sal_Bool bNew = sal_True ) in SetExchangeSupport() argument
283 { bHasExchangeSupport = bNew; } in SetExchangeSupport()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx102 void broadcast_changes(const Reference< XTreeNode >& xNode, bool bNew);
369 void MutableTreeNode::broadcast_changes(const Reference< XTreeNode >& xNode, bool bNew) in broadcast_changes() argument
374 mxModel->broadcast( bNew ? nodes_inserted : nodes_removed, xParent, &xNode, 1 ); in broadcast_changes()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx617 sal_Bool bNew = sal_False; in createStatementHandle() local
627 bNew = sal_True; in createStatementHandle()
638 if(bNew) in createStatementHandle()
/trunk/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx356 void SwCondCollPage::SetCollection( SwFmt* pFormat, sal_Bool bNew ) in SetCollection() argument
359 bNewTemplate = bNew; in SetCollection()
/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx281 static inline void SetRightMargin( const sal_Bool bNew ){ bRightMargin = bNew; } in SetRightMargin() argument
H A Dinftxt.cxx1979 sal_Bool SwTxtFormatInfo::ChgHyph( const sal_Bool bNew ) in ChgHyph() argument
1982 if( bAutoHyph != bNew ) in ChgHyph()
1984 bAutoHyph = bNew; in ChgHyph()
1985 InitHyph( bNew ); in ChgHyph()
/trunk/main/idl/inc/
H A Dtypes.hxx67 void SetNewAttribute( sal_Bool bNew ) in SetNewAttribute() argument
68 { bNewAttr = bNew; } in SetNewAttribute()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx156 void setClosed(bool bNew) in setClosed() argument
158 mbIsClosed = bNew; in setClosed()
H A Dpolygontemplate.hxx156 void setClosed(bool bNew) in setClosed() argument
158 mbIsClosed = bNew; in setClosed()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletabcontrol.cxx116 void VCLXAccessibleTabControl::UpdateTabPage( sal_Int32 i, bool bNew ) in UpdateTabPage() argument
125 pVCLXAccessibleTabPage->Update( bNew ); in UpdateTabPage()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1896 sal_Bool& bNew, in GetSharedBoxFormat() argument
1918 bNew = sal_True; // it's a new format now in GetSharedBoxFormat()
1929 bNew = sal_False; // copied from an existing format in GetSharedBoxFormat()
2072 sal_Bool bNew; in MakeTableBox() local
2077 bNew, &bModifyLocked ); in MakeTableBox()
2080 if ( bNew ) in MakeTableBox()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx343 void setStrokeDasharraySet(bool bNew) { mbStrokeDasharraySet = bNew; } in setStrokeDasharraySet() argument
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx765 void SvxRectCtl::DoCompletelyDisable(sal_Bool bNew) in DoCompletelyDisable() argument
767 mbCompleteDisable = bNew; in DoCompletelyDisable()
1874 void LineLB::setAddStandardFields(bool bNew) in setAddStandardFields() argument
1876 if(getAddStandardFields() != bNew) in setAddStandardFields()
1878 mbAddStandardFields = bNew; in setAddStandardFields()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx107 void setAntiAliasB2DDraw(bool bNew) { m_bAntiAliasB2DDraw = bNew; } in setAntiAliasB2DDraw() argument
/trunk/main/sc/source/ui/app/
H A Duiitems.cxx524 const ScRange* pRange, sal_Bool bNew ) : in ScPivotItem() argument
533 bNewSheet = bNew; in ScPivotItem()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx967 void SwFmtCol::SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in SetOrtho() argument
969 bOrtho = bNew; in SetOrtho()
970 if ( bNew && aColumns.Count() ) in SetOrtho()
2410 void SwTextGridItem::SwitchPaperMode(sal_Bool bNew) in SwitchPaperMode() argument
2412 if( bNew == bSquaredMode ) in SwitchPaperMode()
2421 bSquaredMode = bNew; in SwitchPaperMode()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx529 sal_Bool bNew = sal_Bool(); in SetProperty() local
530 if (rValue >>= bNew) in SetProperty()
532 if (bNew != *pbVal) in SetProperty()
534 *pbVal = bNew; in SetProperty()

Completed in 219 milliseconds

1234567891011