Home
last modified time | relevance | path

Searched refs:props (Results 101 – 125 of 176) sorted by relevance

12345678

/trunk/main/writerfilter/qa/cppunittests/sl/
H A DtestOD_SL.cxx87 odiapi::props::PropertyPool::Pointer_t propertyPool=odiapi::props::createPropertyPool(); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java593 public static boolean hasPropertyByName(XPropertySet props, String aName) { in hasPropertyByName() argument
594 Property[] list = props.getPropertySetInfo().getProperties(); in hasPropertyByName()
739 …public static String[] getFilteredPropertyNames(XPropertySet props, short includePropertyAttribute, in getFilteredPropertyNames() argument
741 Property[] the_props = props.getPropertySetInfo().getProperties(); in getFilteredPropertyNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAreaLinksObj.java113 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface in createTestEnvironment() local
116 new Type(XInterface.class),props.getPropertyValue("AreaLinks")) ; in createTestEnvironment()
H A DScAreaLinkObj.java116 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment() local
119 new Type(XAreaLinks.class),props.getPropertyValue("AreaLinks")) ; in createTestEnvironment()
H A DScIndexEnumeration_CellAreaLinksEnumeration.java86 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface in createTestEnvironment() local
89 new Type(XInterface.class),props.getPropertyValue("AreaLinks")) ; in createTestEnvironment()
H A DScStyleObj.java253 public String[] getPropertyNames(XPropertySet props) { in getPropertyNames() argument
254 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames()
/trunk/main/scripting/examples/java/Newsgroup/
H A DSender.java65 Properties props = new Properties(); in sendMail() local
70 Session session = Session.getInstance( props, null ); in sendMail()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx336 uno::Sequence< beans::Property > props(getProperties(Environment)); in execute() local
340 for(sal_Int32 j = 0; j < props.getLength(); ++j) in execute()
341 if(props[j].Name == propertyValues[i].Name) { in execute()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx636 const std::auto_ptr< PropertyValueMap > & props = rProps.getProperties(); in addProperties() local
638 PropertyValueMap::const_iterator it = props->begin(); in addProperties()
639 const PropertyValueMap::const_iterator end = props->end(); in addProperties()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java432 final Section props = (Section) cellStyle.getTableCellProperties(); in processElement() local
433 if (props != null) in processElement()
435 … final Object raw = props.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR); in processElement()
438props.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, null); in processElement()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DSubjectField.java191 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in isContainSubjectField() local
192 String strContent = (String) props.getPropertyValue("Content"); in isContainSubjectField()
H A DTitleField.java192 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in isContainTitleField() local
193 String strContent = (String) props.getPropertyValue("CurrentPresentation"); in isContainTitleField()
/trunk/main/writerfilter/inc/resourcemodel/
H A DWW8ResourceModel.hxx252 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref) = 0;
399 …putWithDepth<string> & o, const char * name, writerfilter::Reference<Properties>::Pointer_t props);
/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx108 void StreamProtocol::props(writerfilter::Reference<Properties>::Pointer_t ref) in props() function in writerfilter::StreamProtocol
111 m_pStream->props(ref); in props()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeCircle.java178 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment() local
183 props.setPropertyValue("CircleKind", in createTestEnvironment()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java110 final PropertyValue[] props = new PropertyValue[] in testBeamer() local
128 selSup.select(props); in testBeamer()
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java83 Properties props = FileUtil.loadProperties(args[i]); in main() local
84 System.getProperties().putAll(props); in main()
H A DOpenOffice.java137 Properties props = FileUtil.loadProperties(bootstrapFile); in OpenOffice() local
138 …String defaultUserInstallationPath = props.getProperty("UserInstallation").replace("$ORIGIN", binP… in OpenOffice()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextCursor.java298 public String[] getPropertyNames(XPropertySet props) { in getPropertyNames() argument
299 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames()
H A DSwXStyle.java223 public String[] getPropertyNames(XPropertySet props) { in getPropertyNames() argument
224 Property[] the_props = props.getPropertySetInfo().getProperties(); in getPropertyNames()
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java160 PropertyValue[] props = new PropertyValue[] { cv, wv }; in actionPerformed() local
163 xPropertyReplace.setReplaceAttributes(props); in actionPerformed()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx371 props = xPropAccess->getPropertyValues(); in Reset() local
372 sal_Int32 oldLength = props.getLength(); in Reset()
376 names.push_back(props[i].Name); in Reset()
402 props = xPropAccess->getPropertyValues(); in Reset()
404 m_UserDefined[i] = props[i].Name; in Reset()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1444 rStream.props(pProps); in resolvePicture()
1662 rStream.props(pFib); in resolve()
1668 rStream.props(pFibRgFcLcb2000); in resolve()
1684 rStream.props(pDffBlock); in resolve()
1827 rStream.props(getDocumentProperties()); in resolve()
1865 rStream.props(pProperties); in resolve()
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh64 PropertyValue[] props = { cv, wv };
65 xPropertyReplace.setReplaceAttributes(props);
H A DButtonPressHandler.bsh95 PropertyValue[] props = new PropertyValue[] { cv, wv };
98 xPropertyReplace.setReplaceAttributes(props);

Completed in 92 milliseconds

12345678