Home
last modified time | relevance | path

Searched refs:IsPrintable (Results 1 – 14 of 14) sorted by relevance

/trunk/main/offapi/com/sun/star/drawing/
H A DLayer.idl81 // DocMerge from xml: property com::sun::star::drawing::Layer::IsPrintable
85 [property] boolean IsPrintable;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdLayer.csv3 "SdLayer";"com::sun::star::drawing::Layer";"IsPrintable"
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrobj.cxx70 if( !rObject.IsPrintable()) in isPrimitiveVisible()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1543 sal_Bool IsPrintable( const SdrObject* pObj ) const;
1797 if(IsVisible(pObject) && IsPrintable(pObject)) in createRedirectedPrimitive2DSequence()
1839 sal_Bool ImplRenderPaintProc::IsPrintable( const SdrObject* pObj ) const in IsPrintable() function in ImplRenderPaintProc
2177 && aImplRenderPaintProc.IsPrintable( pObj ) ) in render()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx72 inline sal_Bool IsPrintable( sal_Unicode c )
85 if ( IsPrintable ( cCharCode ) ) in PreNotify()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx474 static sal_Bool IsPrintable( sal_Unicode c ) { return ( ( c >= 32 ) && ( c != 127 ) ); } in IsPrintable() function in EditEngine
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx840 bPrintable =pObj->IsPrintable(); in MergeNotPersistAttrFromMarked()
858 if (!bPrintableDC && bPrintable !=pObj->IsPrintable()) bPrintableDC=sal_True; in MergeNotPersistAttrFromMarked()
H A Dsvdobj.cxx2239 lcl_SetItem(rAttr,bMerge,SdrObjPrintableItem(IsPrintable())); in TakeNotPersistAttr()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx1015 sal_Bool IsPrintable() const { return !bNoPrint; } in IsPrintable() function in SdrObject
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx105 inline bool IsPrintable() const { return mbPrintable; } in IsPrintable() function in XclImpDrawObjBase
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx833 if( !IsPrintable() ) in DoPreProcessSdrObj()
1875 aPropSet.SetBoolProperty( CREATE_OUSTRING( "Printable" ), rDrawObj.IsPrintable() ); in ProcessControl()
/trunk/main/sd/sdi/
H A Dsdraw.sdi3535 …ible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTA…
4367 …ible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTA…
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2771 if( EditEngine::IsPrintable( rKeyEvent.GetCharCode() ) && in IsSimpleCharInput()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2994 rValue <<= static_cast<sal_Bool>( mpObj->IsPrintable() ); in getPropertyValueImpl()

Completed in 141 milliseconds