Home
last modified time | relevance | path

Searched refs:properties (Results 151 – 175 of 724) sorted by relevance

12345678910>>...29

/aoo42x/main/svx/inc/svx/
H A Dsvdoashp.hxx46 namespace properties namespace
92 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
95 friend class sdr::properties::CustomShapeProperties;
H A Dsvdoedge.hxx38 namespace sdr { namespace properties { namespace
157 friend class sdr::properties::ConnectorProperties;
164 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
H A Dextrud3d.hxx40 friend class sdr::properties::E3dExtrudeProperties;
47 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
H A Dsvdobj.hxx78 namespace properties namespace
415 sdr::properties::BaseProperties* mpProperties;
417 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
419 virtual sdr::properties::BaseProperties& GetProperties() const;
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDocumentSettings.idl44 /** describes properties that apply to the whole spreadsheet document.
46 <p>For settings that affect view properties, these settings apply to
56 /** provides access to the properties.
/aoo42x/main/svx/source/engine3d/
H A Dscene3d.cxx186 sdr::properties::BaseProperties* E3dScene::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
188 return new sdr::properties::E3dSceneProperties(*this); in CreateObjectSpecificProperties()
405 ((sdr::properties::E3dSceneProperties&)GetProperties()).SetSceneItemsFromCamera(); in SetCamera()
549 ((sdr::properties::E3dSceneProperties&)GetProperties()).SetSceneItemsFromCamera(); in operator =()
/aoo42x/main/extensions/qa/integration/extensions/
H A DServicesHandler.java181 Property[] properties = new Property[ m_supportedServices.length ]; in getSupportedProperties() local
183properties[i] = new Property( m_supportedServices[i], 0, new Type( String.class ), (short)0 ); in getSupportedProperties()
184 return properties; in getSupportedProperties()
/aoo42x/main/dbaccess/source/ui/app/
H A Dapp.src295 …Text [ en-US ] = "Create a form by specifying the record source, controls, and control properties.…
299 … [ en-US ] = "Create a report by specifying the record source, controls, and control properties." ;
307 …eate a query by specifying the filters, input tables, field names, and properties for sorting or g…
319 …Text [ en-US ] = "Create a table by specifying the field names and properties, as well as the data…
/aoo42x/main/offapi/com/sun/star/style/
H A DParagraphStyle.idl50 /// specifies administrative properties.
61 /// specifies the style properties.
145 properties.
H A DStyle.idl83 To prevent standard style properties from being exported, it may be
105 /** determines if a style is automatically updated, if the properties of an object
108 <p> For example, if the style is applied to a paragraph and the properties of the paragraph
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl62 range. The properties should be defined in a separate
118 range. The properties should be defined in a separate
139 e.g. also properties set at the data series (like symbols)./p>
145 If <TRUE/> the properties of the template are set, such
/aoo42x/main/offapi/com/sun/star/drawing/
H A DFillProperties.idl61 /** This is a set of properties to describe the style for rendering an area.
184 <p>If this is <TRUE/>, the properties <member>FillBitmapSizeX</member>
210 <p>This property corresponds to the properties <member>
221 <p>If set to <const>BitmapMode::NO_REPEAT</const>, both properties
/aoo42x/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh41 // Gets a XPropertyReplace object for altering the properties
63 // Apply the properties
71 // Replaces all instances of searchKey with new Text properties
/aoo42x/main/scripting/workben/installer/
H A DVersion.java264 MyTableModel (Properties properties, String [] validVersions) { in MyTableModel() argument
269 for (Enumeration e = properties.propertyNames(); e.hasMoreElements() ;) { in MyTableModel()
274 ( path = properties.getProperty(key)) != null) { in MyTableModel()
/aoo42x/main/svx/inc/svx/sdr/properties/
H A Ditemsettools.hxx41 namespace properties namespace
62 namespace properties namespace
/aoo42x/main/officecfg/registry/schema/
H A Dmakefile.mk33 $(MISC)$/oo-org-map.properties \
34 $(MISC)$/oo-ldap-attr-map.properties \
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx190 AttributeInfo& properties) in checkType() argument
253 serviceTypes, properties); in checkType()
256 serviceTypes, properties); in checkType()
268 properties.push_back(AttributeInfo::value_type( in checkType()
/aoo42x/main/offapi/com/sun/star/deployment/
H A DXPackageManager.idl105 The properties argument is currently only used to suppress the license information
111 @param properties
112 additional properties, for example, that the license is to be
125 [in] sequence<com::sun::star::beans::NamedValue> properties,
/aoo42x/main/ucb/source/ucp/webdav/
H A DDAVResource.hxx47 std::vector< DAVPropertyValue > properties; member
56 std::vector < ::rtl::OUString > properties; member
/aoo42x/main/solenv/inc/
H A Dtg_propmerge.mk37 $(CLASSDIR)/$(PACKAGE)/%.properties $(MERGEPHONY) : %.properties
/aoo42x/main/xmloff/source/core/
H A DRDFaImportHelper.cxx436 const ::std::vector< ::rtl::OUString > properties( in ParseRDFa() local
438 if (!properties.size()) { in ParseRDFa()
445 new ParsedRDFaAttributes(about, properties, i_rContent, datatype)); in ParseRDFa()
/aoo42x/main/offapi/com/sun/star/util/
H A DPathSettings.idl45 /** Supports read/write access and listener for the paths properties that
60 /** Main interface to have access to the path properties. */
68 /** Provides access to multiple properties of this service with a
/aoo42x/main/idlc/source/
H A Dastdump.cxx182 sal_uInt16 properties = 0; in dump() local
202 ++properties; in dump()
245 superName.getLength() == 0 ? 0 : 1, properties, constructors, in dump()
/aoo42x/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl70 …present the configuration data set of this detector component. The used properties are the same, as
84 Every container item is specified as a set of properties and will be
86 Follow properties are supported:
/aoo42x/main/svx/source/sdr/properties/
H A Ditemsettools.cxx39 namespace properties namespace
104 namespace properties namespace

Completed in 84 milliseconds

12345678910>>...29