Home
last modified time | relevance | path

Searched refs:bNew (Results 226 – 250 of 260) sorted by relevance

1234567891011

/trunk/main/svtools/source/control/
H A Dvalueset.cxx2786 void ValueSet::SetEdgeBlending(bool bNew) in SetEdgeBlending() argument
2788 if(mbEdgeBlending != bNew) in SetEdgeBlending()
2790 mbEdgeBlending = bNew; in SetEdgeBlending()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx513 void DoChange( sal_Bool bNew );
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx444 void AddHint( SwTxtAttr* pHt, const bool bNew = false );
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx975 …oid SetPreviewUsesCheckeredBackground(bool bNew) { CopyData(); mpData->mbPreviewUsesCheckeredBackg… in SetPreviewUsesCheckeredBackground() argument
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx296 bNew = in SbiSymDef()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx1612 void ScUndoLayoutRTL::DoChange( sal_Bool bNew ) in DoChange() argument
1617 pDoc->SetLayoutRTL( nTab, bNew ); in DoChange()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2764 void ImplListBox::SetEdgeBlending(bool bNew) in SetEdgeBlending() argument
2766 if(mbEdgeBlending != bNew) in SetEdgeBlending()
2768 mbEdgeBlending = bNew; in SetEdgeBlending()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1252 bool bNew = true; in lcl_CalcNewWidths() local
1262 bNew = false; in lcl_CalcNewWidths()
1265 if( bNew ) in lcl_CalcNewWidths()
/trunk/main/cui/source/tabpages/
H A Dtparea.cxx2783 const bool bNew(pOfferImportItem->GetValue()); in PageCreated() local
2785 if(mbOfferImportButton != bNew) in PageCreated()
2787 mbOfferImportButton = bNew; in PageCreated()
H A Dpage.cxx1869 const bool bNew(pSupportDrawingLayerFillStyleItem->GetValue()); in PageCreated() local
1871 EnableDrawingLayerFillStyles(bNew); in PageCreated()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx811 inline void SetRight( const sal_Bool bNew ) { bRight = bNew; } in SetRight() argument
H A Dfrmform.cxx2018 const sal_Bool bNew = !aAccess.SwTxtLineAccess::IsAvailable(); in Format() local
2026 else if( !bNew && !aAccess.GetPara()->GetReformat()->Len() ) in Format()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1095 bool SwCrsrShell::SetInFrontOfLabel( sal_Bool bNew ) in SetInFrontOfLabel() argument
1097 if ( bNew != IsInFrontOfLabel() ) in SetInFrontOfLabel()
1099 pCurCrsr->_SetInFrontOfLabel( bNew ); in SetInFrontOfLabel()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx511 SwFltShell(SwDoc* , SwPaM& , const String& rBaseURL, sal_Bool bNew, sal_uLong = 0);
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1021 SwFltShell::SwFltShell(SwDoc* pDoc, SwPaM& rPaM, const String& rBaseURL, sal_Bool bNew, sal_uLong n… in SwFltShell() argument
1032 bNewDoc(bNew), in SwFltShell()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx247 void SwFEShell::SelectFlyFrm( SwFlyFrm& rFrm, sal_Bool bNew ) in SelectFlyFrm() argument
259 if( GetWin() && (bNew || !pImpl->GetDrawView()->AreObjectsMarked()) ) in SelectFlyFrm()
/trunk/main/sw/inc/
H A Dfesh.hxx245 void SelectFlyFrm( SwFlyFrm& rFrm, sal_Bool bNew = sal_False );
H A Dcrsrsh.hxx314 bool SetInFrontOfLabel( sal_Bool bNew );
H A Deditsh.hxx833 void SetNewDoc(sal_Bool bNew = sal_True);
/trunk/main/xmloff/inc/xmloff/
H A Dtxtimp.hxx737 void SetInsideDeleteContext(bool const bNew);
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.hxx190 impl_changeIsRowCountFinal( sal_Bool bOld, sal_Bool bNew );
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1316 sal_Bool bNew=ImpIsFrameHandles(); in SetFrameHandles() local
1317 if (bNew!=bOld) { in SetFrameHandles()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx197 void SwLayAction::SetStatBar( sal_Bool bNew ) in SetStatBar() argument
199 if ( bNew ) in SetStatBar()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1389 sal_Bool bNew = (!xCheck->hasByName(sID)); in implts_flushConfigItem() local
1390 if (bNew) in implts_flushConfigItem()
1404 if (bNew) in implts_flushConfigItem()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2682 void SwpHints::NoteInHistory( SwTxtAttr *pAttr, const bool bNew ) in NoteInHistory() argument
2684 if ( m_pHistory ) { m_pHistory->AddHint( pAttr, bNew ); } in NoteInHistory()

Completed in 224 milliseconds

1234567891011