Searched refs:bPrn (Results 1 – 6 of 6) sorted by relevance
222 …id SetLayerPrintable(const String& rName, sal_Bool bPrn = sal_True) { SetLayer(rName, aLayerPrn, b… in SetLayerPrintable() argument224 void SetAllLayersPrintable(sal_Bool bPrn = sal_True) { SetAllLayers(aLayerPrn, bPrn); } in SetAllLayersPrintable() argument
376 void SetLayerPrintable(const String& rName, sal_Bool bPrn=sal_True);378 void SetAllLayersPrintable(sal_Bool bPrn=sal_True);
1022 void SetPrintable(sal_Bool bPrn);
880 const sal_Bool bPrn = pOut == rNoTNd.getIDocumentDeviceAccess()->getPrinter( false ) || in PaintPicture() local916 if( !bPrn ) in PaintPicture()958 const sal_Bool bSwappedIn = 0 != pGrfNd->SwapIn( bPrn ); in PaintPicture()1085 if( bSwapped && bPrn ) in PaintPicture()1154 … if (pOut && !bPrn && Application::GetSettings().GetStyleSettings().GetHighContrastMode() ) in PaintPicture()1179 if ( !bPrn && pShell->ISA( SwCrsrShell ) && in PaintPicture()
724 void SdrPaintView::SetLayerPrintable(const XubString& rName, sal_Bool bPrn) in SetLayerPrintable() argument728 mpPageView->SetLayerPrintable(rName,bPrn); in SetLayerPrintable()742 void SdrPaintView::SetAllLayersPrintable(sal_Bool bPrn) in SetAllLayersPrintable() argument746 mpPageView->SetAllLayersPrintable(bPrn); in SetAllLayersPrintable()
2735 void SdrObject::SetPrintable(sal_Bool bPrn) in SetPrintable() argument2737 if( bPrn == bNoPrint ) in SetPrintable()2739 bNoPrint=!bPrn; in SetPrintable()
Completed in 47 milliseconds