Home
last modified time | relevance | path

Searched refs:bPrintable (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx888 sal_Bool bPrintable(EditEngine::IsSimpleCharInput(rKEvt)); in IMPL_LINK_INLINE_END() local
890 if(bPrintable) in IMPL_LINK_INLINE_END()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1841 sal_Bool bPrintable = sal_True; in IsPrintable() local
1849 bPrintable = pSdrPageView->IsLayerPrintable( aLayerName ); in IsPrintable()
1852 return bPrintable; in IsPrintable()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx818 sal_Bool bPrintable =sal_True ,bPrintableDC=sal_False; in MergeNotPersistAttrFromMarked() local
840 bPrintable =pObj->IsPrintable(); in MergeNotPersistAttrFromMarked()
858 if (!bPrintableDC && bPrintable !=pObj->IsPrintable()) bPrintableDC=sal_True; in MergeNotPersistAttrFromMarked()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2600 sal_Bool bPrintable = sal_Bool(); in setPropertyValueImpl() local
2601 if( rValue >>= bPrintable ) in setPropertyValueImpl()
2603 mpObj->SetPrintable(bPrintable); in setPropertyValueImpl()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx715 sal_Bool bPrintable = sal_True; in exportShape() local
718 xSet->getPropertyValue(msPrintable) >>= bPrintable; in exportShape()
721 const unsigned short nDisplay = (bVisible ? 2 : 0) | (bPrintable ? 1 : 0); in exportShape()

Completed in 61 milliseconds