Home
last modified time | relevance | path

Searched refs:lProps (Results 1 – 25 of 25) sorted by relevance

/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java264 lProps[0] = new PropertyValue(); in checkUsingOfMediaDescriptor()
265 lProps[0].Name = "Hidden"; in checkUsingOfMediaDescriptor()
266 lProps[0].Value = Boolean.TRUE; in checkUsingOfMediaDescriptor()
268 lProps[1] = new PropertyValue(); in checkUsingOfMediaDescriptor()
270 lProps[1].Value = xHandler; in checkUsingOfMediaDescriptor()
274 lProps[2].Value = xIndicator; in checkUsingOfMediaDescriptor()
421 lProps[0].Name = "Hidden"; in checkURLEncoding()
422 lProps[0].Value = Boolean.TRUE; in checkURLEncoding()
469 lProps); in checkURLEncoding()
473 lProps); in checkURLEncoding()
[all …]
/trunk/main/uui/source/
H A Diahndl-filter.cxx154 aPair.sInternal = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
156 aPair.sUI = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
233 uno::Sequence< beans::PropertyValue > lProps ; in handleAmbigousFilterRequest_() local
245 aPackedSet >>= lProps; in handleAmbigousFilterRequest_()
246 for( nStep=0; nStep<lProps.getLength(); ++nStep ) in handleAmbigousFilterRequest_()
248 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
251 lProps[nStep].Value >>= sTemp; in handleAmbigousFilterRequest_()
267 aPackedSet >>= lProps; in handleAmbigousFilterRequest_()
268 for( nStep=0; nStep<lProps.getLength(); ++nStep ) in handleAmbigousFilterRequest_()
270 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java570 public synchronized void log( /*IN*/ com.sun.star.beans.NamedValue[] lProps ) in log() argument
573 impl_logPropertyArray(sValues, lProps); in log()
575 log(TYPE_SCOPE_OPEN | TYPE_INFO, "property array ["+lProps.length+"]:"); in log()
579 public synchronized void log( /*IN*/ com.sun.star.beans.PropertyValue[] lProps ) in log() argument
582 impl_logPropertyArray(sValues, lProps); in log()
584 log(TYPE_SCOPE_OPEN | TYPE_INFO, "property array ["+lProps.length+"]:"); in log()
801 int c = lProps.length; in impl_logPropertyArray()
804 impl_logProperty(sOut, lProps[i]); in impl_logPropertyArray()
808 /*IN */ com.sun.star.beans.NamedValue[] lProps ) in impl_logPropertyArray() argument
811 int c = lProps.length; in impl_logPropertyArray()
[all …]
/trunk/main/framework/source/services/
H A Dmodulemanager.cxx190 ::comphelper::SequenceAsHashMap lProps(aValue); in replaceByName()
191 if (lProps.empty() ) in replaceByName()
226 for ( pProp = lProps.begin(); in replaceByName()
227 pProp != lProps.end() ; in replaceByName()
262 ::comphelper::SequenceAsHashMap lProps ; in getByName()
266 lProps[MODULEPROP_IDENTIFIER] <<= sName; in getByName()
270 lProps[sPropName] = xModule->getByName(sPropName); in getByName()
273 return css::uno::makeAny(lProps.getAsConstPropertyValueList()); in getByName()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx372 sal_Bool CacheItem::haveProps(const CacheItem& lProps) const in haveProps()
374 for (const_iterator pIt = lProps.begin(); in haveProps()
375 pIt != lProps.end() ; in haveProps()
404 sal_Bool CacheItem::dontHaveProps(const CacheItem& lProps) const in dontHaveProps()
406 for (const_iterator pIt = lProps.begin(); in dontHaveProps()
407 pIt != lProps.end() ; in dontHaveProps()
H A Dcacheitem.hxx116 sal_Bool haveProps(const CacheItem& lProps) const;
133 sal_Bool dontHaveProps(const CacheItem& lProps) const;
150 sal_Bool excludeProps(const CacheItem& lProps) const;
H A Dbasecontainer.cxx497 CacheItem lProps; in createSubSetEnumerationByProperties() local
498 lProps << lProperties; in createSubSetEnumerationByProperties()
503 lKeys = pCache->getMatchingItemsByProps(m_eType, lProps); in createSubSetEnumerationByProperties()
H A Dfiltercache.cxx2478 ::comphelper::SequenceAsHashMap lProps(pIt->second); in impl_searchFrameLoaderForType()
2479 OUStringList lTypes(lProps[PROPNAME_TYPES]); in impl_searchFrameLoaderForType()
2497 ::comphelper::SequenceAsHashMap lProps(pIt->second); in impl_searchContentHandlerForType()
2498 OUStringList lTypes(lProps[PROPNAME_TYPES]); in impl_searchContentHandlerForType()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuicfgsupplier.cxx359 Sequence< PropertyValue > lProps; in getUIConfigurationManager() local
361 xCont->getByName(ModuleIdentifier) >>= lProps; in getUIConfigurationManager()
362 for (sal_Int32 i=0; i<lProps.getLength(); ++i) in getUIConfigurationManager()
364 if (lProps[i].Name.equalsAscii("ooSetupFactoryShortName")) in getUIConfigurationManager()
366 lProps[i].Value >>= sShort; in getUIConfigurationManager()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java202 NamedValue[] lProps = new NamedValue[1]; in impl_searchModulesByDocumentService() local
203 lProps[0] = new NamedValue(); in impl_searchModulesByDocumentService()
204 lProps[0].Name = "ooSetupFactoryDocumentService"; in impl_searchModulesByDocumentService()
205 lProps[0].Value = sDocumentService; in impl_searchModulesByDocumentService()
208 XEnumeration xResult = xMM.createSubSetEnumerationByProperties(lProps); in impl_searchModulesByDocumentService()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx103 Sequence<PropertyValue > lProps ; in detect() local
169 elem >>=lProps; in detect()
170 new_nlength = lProps.getLength(); in detect()
175 lProps[j].Value >>=tmpStr; in detect()
176 … if((lProps[j].Name.equalsAscii("ClipboardFormat")) && (!tmpStr.equalsAscii("")) ) in detect()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx265 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > lProps = lList[i]; in StateChanged()
266 for (sal_Int32 p=0; p<lProps.getLength(); ++p) in StateChanged()
268 if (lProps[p].Name != HISTORY_PROPERTYNAME_URL) in StateChanged()
272 if (!(lProps[p].Value>>=sURL) || !sURL.getLength()) in StateChanged()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx716 Sequence< PropertyValue > lProps; in GetHelpModuleName_Impl() local
719 xCont->getByName( aModuleIdentifier ) >>= lProps; in GetHelpModuleName_Impl()
720 for ( sal_Int32 i = 0; i < lProps.getLength(); ++i ) in GetHelpModuleName_Impl()
722 if ( lProps[i].Name.equalsAscii("ooSetupFactoryShortName") ) in GetHelpModuleName_Impl()
724 lProps[i].Value >>= aFactoryShortName; in GetHelpModuleName_Impl()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx184 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in Copy() local
185 const beans::Property* pProps = lProps.getConstArray(); in Copy()
186 sal_Int32 c = lProps.getLength(); in Copy()
258 ::comphelper::SequenceAsVector< ::com::sun::star::beans::Property > lProps; in getProperties()
273 lProps.push_back(aProp); in getProperties()
293 lProps.push_back(udProps[i]); in getProperties()
297 return lProps.getAsConstList(); in getProperties()
H A Dguisaveas.cxx1709 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in SetDocInfoState() local
1710 const beans::Property* pProps = lProps.getConstArray(); in SetDocInfoState()
1711 sal_Int32 c = lProps.getLength(); in SetDocInfoState()
/trunk/main/framework/source/helper/
H A Dtitlebarupdate.cxx247 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (rInfo.sID); in implst_getModuleInfo()
249 …rInfo.sUIName = lProps.getUnpackedValueOrDefault (OFFICEFACTORY_PROPNAME_UINAME, ::rtl::OUString()… in implst_getModuleInfo()
250 …rInfo.nIcon = lProps.getUnpackedValueOrDefault (OFFICEFACTORY_PROPNAME_ICON , INVALID_ICON_ID … in implst_getModuleInfo()
/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx398 css::uno::Sequence< css::beans::Property > lProps(c); in getProperties() local
405 lProps[--c] = pIt->second; in getProperties()
408 return lProps; in getProperties()
/trunk/main/offapi/com/sun/star/document/
H A DFilterFactory.idl84 com.sun.star.uno.Any[] lProps = new com.sun.star.uno.Any[1];
85 lProps[0] = aFilterProp;
87 java.lang.Object aFilter = xFilterFactory.createInstanceWithArguments("", lProps);
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx819 uno::Sequence< beans::PropertyValue > lProps; in ScanDocmenu() local
823 aFilterPropSet >>= lProps; in ScanDocmenu()
826 sal_Int32 nPropCount = lProps.getLength(); in ScanDocmenu()
830 if( lProps[i].Name.compareToAscii( "DocumentService" ) == 0 && in ScanDocmenu()
831 (lProps[i].Value >>= sFactoryName) && in ScanDocmenu()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx270 const Sequence< beans::Property > lProps = xSet->getPropertySetInfo()->getProperties(); in SfxDocumentInfoItem() local
271 const beans::Property* pProps = lProps.getConstArray(); in SfxDocumentInfoItem()
272 sal_Int32 nCount = lProps.getLength(); in SfxDocumentInfoItem()
431 const Sequence< beans::Property > lProps = xSetInfo->getProperties(); in UpdateDocumentInfo() local
432 const beans::Property* pProps = lProps.getConstArray(); in UpdateDocumentInfo()
433 sal_Int32 nCount = lProps.getLength(); in UpdateDocumentInfo()
H A Dtempldlg.cxx2103 Sequence< PropertyValue > lProps; in LoadFactoryStyleFilter() local
2124 Sequence< PropertyValue > lProps(1); in SaveFactoryStyleFilter() local
2125 lProps[0].Name = DEFINE_CONST_UNICODE("ooSetupFactoryStyleFilter"); in SaveFactoryStyleFilter()
2126 lProps[0].Value = makeAny( i_nFilter );; in SaveFactoryStyleFilter()
2127 … xContainer->replaceByName( getModuleIdentifier( xModuleManager, i_pObjSh ), makeAny( lProps ) ); in SaveFactoryStyleFilter()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx966 ::comphelper::SequenceAsHashMap lProps (xSet->nextElement()); in impl_handleContent()
967 …::rtl::OUString sHandler = lProps.getUnpackedValueOrDefault(::framework::constant:… in impl_handleContent()
1860 ::comphelper::SequenceAsHashMap lProps (xFilterCfg->getByName(sFilter)); in impl_applyPersistentWindowState()
1861 …::rtl::OUString sModule = lProps.getUnpackedValueOrDefault(FILTER_PROPNAME_DOCUMEN… in impl_applyPersistentWindowState()
/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx595 ::comphelper::SequenceAsHashMap lProps = xConfig->getByName (sID); in impl_appendModuleName()
596 …const ::rtl::OUString sUIName = lProps.getUnpackedValueOrDefault (OFFICEFACTORY_PR… in impl_appendModuleName()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx950 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in MapCommand2UIName()
951 …sUIName = lProps.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("Name"), ::rtl::OUStri… in MapCommand2UIName()
H A Dacccfg.cxx1477 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in GetLabel4Command()
1478 … String sLabel = String(lProps.getUnpackedValueOrDefault(CMDPROP_UINAME, ::rtl::OUString())); in GetLabel4Command()

Completed in 149 milliseconds