Home
last modified time | relevance | path

Searched refs:aProps (Results 276 – 290 of 290) sorted by relevance

1...<<1112

/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java169 …String aProps = Integer.toString( (int)aDimension.getWidth() ) + "|" + Integer.toString( (int)aDim… in SaveDataToStorage() local
170 xOutStream.writeBytes( aProps.getBytes() ); in SaveDataToStorage()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2143 Sequence < PropertyValue > aProps( 1 ); in SetOutlineStyles() local
2144 PropertyValue *pProps = aProps.getArray(); in SetOutlineStyles()
2155 makeAny( aProps )); in SetOutlineStyles()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx3318 uno::Sequence< beans::Property > aProps; in createArrayHelper() local
3319 describeProperties(aProps); in createArrayHelper()
3320 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/ucb/source/core/
H A Ducbstore.hxx329 com::sun::star::beans::PropertyValue >& aProps )
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx141 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > & aProps,
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx922 uno::Sequence< beans::Property > aProps = getSupportedProperties(); in getProperty() local
923 const beans::Property* pIter = aProps.getConstArray(); in getProperty()
924 const beans::Property* pEnd = pIter + aProps.getLength(); in getProperty()
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1298 Sequence< ::com::sun::star::beans::Property> aProps = xReturn->getProperties(); in getPropertySetInfo() local
1299 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertySetInfo()
1301 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in getPropertySetInfo()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.hxx234 ::com::sun::star::beans::PropertyValue >& aProps )
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx121 SwNoteProps aProps; in SwPostItMgr() local
122 mbIsShowAnchor = aProps.IsShowAnchor(); in SwPostItMgr()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1112 vector<XMLPropertyState> aProps; in ExportExternalRefCacheStyles() local
1113 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
1115 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
1119 if (GetAutoStylePool()->Add(aName, XML_STYLE_FAMILY_TABLE_CELL, aDefaultStyle, aProps)) in ExportExternalRefCacheStyles()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx477 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::su…
/trunk/main/forms/source/component/
H A DDatabaseForm.hxx438 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::su…
/trunk/main/package/source/xstor/
H A Dxstorage.hxx712 …InStream, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps )
H A Dxstorage.cxx5677 const uno::Sequence< beans::PropertyValue >& aProps ) in insertStreamElementDirect()
5715 pElement->m_pStream->InsertStreamDirectly( xInStream, aProps ); in insertStreamElementDirect()
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl117 … <td>sequence&lt; <type scope="com::sun::star::beans">Property</type> &gt; aProps</td>

Completed in 166 milliseconds

1...<<1112