/aoo41x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 1373 if (bBroadcast) in DelCharFmt() 1395 DelCharFmt( nFmt, bBroadcast ); in DelCharFmt() 1414 if (bBroadcast) in DelFrmFmt() 1523 if (bBroadcast) in MakeFrmFmt() 1568 if (bBroadcast) in MakeCharFmt() 1611 if (bBroadcast) in MakeTxtFmtColl() 1639 if (bBroadcast) in MakeCondTxtFmtColl() 1669 if (bBroadcast) in DelTxtFmtColl() 1694 DelTxtFmtColl( nFmt, bBroadcast ); in DelTxtFmtColl() 2546 sal_Bool bBroadcast) in RenameFmt() argument [all …]
|
H A D | docdesc.cxx | 518 void SwDoc::DelPageDesc( sal_uInt16 i, sal_Bool bBroadcast ) in DelPageDesc() argument 528 if (bBroadcast) in DelPageDesc() 558 sal_Bool bRegardLanguage, sal_Bool bBroadcast) // #116530# in MakePageDesc() argument 588 if (bBroadcast) in MakePageDesc() 883 void SwDoc::DelPageDesc( const String & rName, sal_Bool bBroadcast ) // #116530# in DelPageDesc() argument 888 DelPageDesc(nI, bBroadcast); // #116530# in DelPageDesc()
|
H A D | docnum.cxx | 1196 sal_Bool SwDoc::DelNumRule( const String& rName, sal_Bool bBroadcast ) in DelNumRule() argument 1218 if (bBroadcast) in DelNumRule() 1283 sal_Bool bBroadcast) in RenameNumRule() argument 1324 if (bBroadcast) in RenameNumRule() 2471 sal_Bool bBroadcast, in MakeNumRule() argument 2511 if (bBroadcast) in MakeNumRule()
|
/aoo41x/main/sw/inc/ |
H A D | doc.hxx | 1277 void DelFrmFmt( SwFrmFmt *pFmt, sal_Bool bBroadcast = sal_False ); 1283 sal_Bool bBroadcast = sal_False, 1286 void DelCharFmt(sal_uInt16 nFmt, sal_Bool bBroadcast = sal_False); 1287 void DelCharFmt(SwCharFmt* pFmt, sal_Bool bBroadcast = sal_False); 1298 sal_Bool bBroadcast = sal_False, 1304 void DelTxtFmtColl(sal_uInt16 nFmt, sal_Bool bBroadcast = sal_False); 1414 void DelPageDesc( sal_uInt16 i, sal_Bool bBroadcast = sal_False ); 1420 sal_Bool bBroadcast = sal_False); 1597 sal_Bool bBroadcast = sal_False, 1607 sal_Bool bBroadcast = sal_False); [all …]
|
H A D | format.hxx | 114 void SetName( const String& rNewName, sal_Bool bBroadcast=sal_False ); 116 sal_Bool bBroadcast=sal_False); 337 sal_Bool bBroadcast ) in SetName() argument 340 SetName( aTmp, bBroadcast ); in SetName()
|
H A D | ndnotxt.hxx | 73 bool bBroadcast = false ); 76 bool bBroadcast = false );
|
H A D | frmfmt.hxx | 197 bool bBroadcast = false ); 200 bool bBroadcast = false );
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndnotxt.cxx | 285 void SwNoTxtNode::SetTitle( const String& rTitle, bool bBroadcast ) in SetTitle() argument 296 pFlyFmt->SetObjTitle( rTitle, bBroadcast ); in SetTitle() 312 void SwNoTxtNode::SetDescription( const String& rDescription, bool bBroadcast ) in SetDescription() argument 322 pFlyFmt->SetObjDescription( rDescription, bBroadcast ); in SetDescription()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 429 void DialControl::SetRotation( sal_Int32 nAngle, bool bBroadcast ) in SetRotation() argument 442 if( bBroadcast ) in SetRotation()
|
/aoo41x/main/sw/source/core/attr/ |
H A D | format.cxx | 159 void SwFmt::SetName( const String& rNewName, sal_Bool bBroadcast ) in SetName() argument 162 if( bBroadcast ) in SetName()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table5.cxx | 1122 sal_Bool bNumFormatChanged, sal_Bool bBroadcast ) in InvalidateTextWidth() argument 1132 if ( bBroadcast ) in InvalidateTextWidth() 1170 if ( bBroadcast ) in InvalidateTextWidth()
|
H A D | documen8.cxx | 419 …sal_Bool bBroadcast = (bNumFormatChanged && GetDocOptions().IsCalcAsShown() && !IsImportingXML() &… in InvalidateTextWidth() local 425 pTab[nTab]->InvalidateTextWidth( pAdrFrom, NULL, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth() 434 pTab[nTab]->InvalidateTextWidth( pAdrFrom, pAdrTo, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth()
|
/aoo41x/main/svx/inc/svx/ |
H A D | dialcontrol.hxx | 146 void SetRotation( sal_Int32 nAngle, bool bBroadcast );
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 2247 sal_Bool bBroadcast = sal_True; in Remove() local 2285 bBroadcast = sal_False; in Remove() 2291 bBroadcast = sal_False; in Remove() 2294 if( bBroadcast ) in Remove()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2946 void SwFlyFrmFmt::SetObjTitle( const String& rTitle, bool bBroadcast ) in SetObjTitle() argument 2956 if( bBroadcast ) in SetObjTitle() 2982 void SwFlyFrmFmt::SetObjDescription( const String& rDescription, bool bBroadcast ) in SetObjDescription() argument 2992 if( bBroadcast ) in SetObjDescription()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 893 sal_Bool bNumFormatChanged, sal_Bool bBroadcast );
|