Home
last modified time | relevance | path

Searched refs:props (Results 151 – 174 of 174) sorted by relevance

1234567

/trunk/main/toolkit/workben/layout/
H A Deditor.cxx453 static rtl::OUString findProperty( const PropList &props, rtl::OUString propName ) in findProperty() argument
455 for ( PropList::const_iterator it = props.begin(); it != props.end(); it++ ) in findProperty()
/trunk/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.cxx144 void WW8Analyzer::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() function in writerfilter::WW8Analyzer
H A DLoggedResources.cxx204 void LoggedStream::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() function in writerfilter::LoggedStream
H A Dresourcemodel.cxx360 void WW8StreamHandler::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() function in writerfilter::WW8StreamHandler
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java272 PropertyValue[] props = oObj.getCharacterAttributes(chCount - 1, new String[0]); in _getCharacterAttributes() local
273 res &= props != null; in _getCharacterAttributes()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx30 using namespace odiapi::props;
H A DtestProperty.cxx33 using namespace odiapi::props;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java315 PropertyValue[] props = oObj.getCharacterAttributes(chCount - 1, in _getCharacterAttributes() local
317 res &= (props != null); in _getCharacterAttributes()
/trunk/main/basic/
H A DLibrary_sb.mk104 basic/source/runtime/props \
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1929 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in Impl_DumpProperties() local
1930 sal_uInt32 nUnoPropCount = props.getLength(); in Impl_DumpProperties()
1931 const Property* pUnoProps = props.getConstArray(); in Impl_DumpProperties()
2935 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in implCreateAll() local
2936 sal_uInt32 nPropCount = props.getLength(); in implCreateAll()
2937 const Property* pProps_ = props.getConstArray(); in implCreateAll()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx263 Sequence< Property > props = xUDInfo->getProperties(); in fill() local
264 for (sal_Int32 i = 0; i < props.getLength(); ++i) { in fill()
265 const ::rtl::OUString name = props[i].Name; in fill()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx887 css::uno::Sequence<css::beans::Property> props = xSetInfo->getProperties(); in propsToStrings() local
889 for (sal_Int32 i = 0; i < props.getLength(); ++i) { in propsToStrings()
890 if (props[i].Attributes & css::beans::PropertyAttribute::TRANSIENT) { in propsToStrings()
893 const ::rtl::OUString name = props[i].Name; in propsToStrings()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx3029 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo() local
3030 props[0] = beans::Property( in queryCreatableContentsInfo()
3036 seq[0].Properties = props; in queryCreatableContentsInfo()
3041 seq[1].Properties = props; in queryCreatableContentsInfo()
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt140 in StreamHandler::props:
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx374 const & props)
/trunk/main/toolkit/doc/layout/
H A Dnotes.txt134 props unconditionally ...
H A Doldnotes.txt242 + if multiple elements in same 'child' set: all have the same props.
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx275 rStream.props(writerfilter::Reference<Properties>::Pointer_t(pProps)); in resolvePicture()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini216 …-color,group-border-left-color,group-border-bottom-color,group-border-right-color,group-table-props
217 0x03A0=group-table-row-props,,,,,group-web-bot,,
H A Dbiffdumper.ini891 0x0005=chart-props
896 0x0037=3d-props
1867 0x00040000=enable-field-props
H A Dxlsbdumper.ini813 0x00000040=enable-field-props
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl413 <code>props = sourceContent.execute( "getPropertyValues", ... )</code>
415 <code>targetContent.execute( "setPropertyValues", props )</code>
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... util.Properties) String file java.util.Properties props java.util.Properties properties public static java. ...
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3278 sal_Int32 findSortPropertyIndex( const uno::Sequence< beans::PropertyValue >& props, in findSortPropertyIndex() argument
3281 const beans::PropertyValue* pProp = props.getConstArray(); in findSortPropertyIndex()
3282 sal_Int32 nItems = props.getLength(); in findSortPropertyIndex()

Completed in 185 milliseconds

1234567