Home
last modified time | relevance | path

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

1234567

/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);
/trunk/main/pyuno/source/module/
H A Dunohelper.py120 props = access.getProperties( PROPERTY_CONCEPT_ALL )
122 for ii in props:
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx759 const std::vector<rtl::OUString> & props = aJvm.getProperties(); in getJavaVM() local
761 new JavaVMOption[props.size()]); in getJavaVM()
766 new rtl::OString[props.size()]); in getJavaVM()
772 for (cit i = props.begin(); i != props.end(); i++) in getJavaVM()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java251 Properties props = System.getProperties(); in getEnvironmentHashMap() local
252 HashMap myMap = new HashMap(props); in getEnvironmentHashMap()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx1098 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo() local
1099 props[0] = beans::Property( in queryCreatableContentsInfo()
1109 seq[0].Properties = props; in queryCreatableContentsInfo()
1114 seq[1].Properties = props; in queryCreatableContentsInfo()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx709 ExtensionProperties props(sFolderUrl, properties, xCmdEnv); in insertToActivationLayer() local
710 props.write(); in insertToActivationLayer()
1462 ExtensionProperties props(url,xCmdEnv); in synchronizeAddedExtensions() local
1464 if (attr && attr->suppressIfRequired && props.isSuppressedLicense()) in synchronizeAddedExtensions()
H A Ddp_extensionmanager.cxx653 ExtensionProperties props(OUString(), properties, Reference<ucb::XCommandEnvironment>()); in doChecksForAddExtension() local
660 && props.isSuppressedLicense()) in doChecksForAddExtension()
665 … xAbortChannel, _xCmdEnv, xOldExtension.is() || props.isExtensionUpdate()) == 0 ? true : false; in doChecksForAddExtension()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1656 Sequence< PropertyValue > props(1); in getPropertyValues() local
1657 props[0].Name = msColorKey; in getPropertyValues()
1658 props[0].Value <<= mnColor; in getPropertyValues()
1659 return props; in getPropertyValues()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java1497 Property[] props= info.getProperties(); in test_registerProperty1() local
1498 for (int j= 0; j < props.length; j++) in test_registerProperty1()
1500 Property aProp= props[j]; in test_registerProperty1()
1537 Property[] props= info.getProperties(); in test_registerProperty2() local
1538 for (int j= 0; j < props.length; j++) in test_registerProperty2()
1540 Property aProp= props[j]; in test_registerProperty2()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx547 virtual void props(PropertiesPointer pProps);
839 void TableManager<T, PropertiesPointer>::props(PropertiesPointer pProps) in props() function in writerfilter::TableManager
H A DProtocol.hxx53 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref);
H A DLoggedResources.hxx69 void props(writerfilter::Reference<Properties>::Pointer_t ref);
H A DTagLogger.hxx143 writerfilter::Reference<Properties>::Pointer_t props);
/trunk/main/cui/source/customize/
H A Dmacropg.cxx830 Sequence< beans::PropertyValue > props; in GetPairFromAny() local
832 if( sal_True == ( aAny >>= props ) ) in GetPairFromAny()
834 ::comphelper::NamedValueCollection aProps( props ); in GetPairFromAny()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx454 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo() local
455 props[0] = beans::Property( in queryCreatableContentsInfo()
465 seq[0].Properties = props; in queryCreatableContentsInfo()
470 seq[1].Properties = props; in queryCreatableContentsInfo()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dgnujre.hxx45 std::vector<std::pair<rtl::OUString, rtl::OUString> > props);
H A Dvendorbase.hxx126 std::vector<std::pair<rtl::OUString, rtl::OUString> > props);
H A Dutil.hxx116 std::vector<std::pair<rtl::OUString, rtl::OUString> >& props,
/trunk/main/oox/inc/oox/ppt/
H A Dslidetransition.hxx42 void setSlideProperties( PropertyMap& props );
/trunk/main/dbaccess/
H A DJunitTest_dbaccess_unoapi.mk30 -Dorg.openoffice.test.arg.ini=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.props \
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DConfiguredExporter.java58 props.put(key, cast(((CGArgument) value).cp_Value)); in init()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.hxx43 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref);
H A DWW8Analyzer.hxx82 virtual void props(writerfilter::Reference<Properties>::Pointer_t ref);
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java184 public static void updateProperty(String file, Properties props) { in updateProperty() argument
186 properties.putAll(props); in updateProperty()

Completed in 203 milliseconds

1234567