Home
last modified time | relevance | path

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

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java196 lProps[0] = new PropertyValue(); in checkUsingOfMediaDescriptor()
197 lProps[0].Name = "Hidden"; in checkUsingOfMediaDescriptor()
198 lProps[0].Value = Boolean.TRUE; in checkUsingOfMediaDescriptor()
202 lProps[1].Value = xHandler; in checkUsingOfMediaDescriptor()
206 lProps[2].Value = xIndicator; in checkUsingOfMediaDescriptor()
336 lProps[0].Name = "Hidden"; in checkURLEncoding()
337 lProps[0].Value = Boolean.TRUE; in checkURLEncoding()
383 lProps); in checkURLEncoding()
387 lProps); in checkURLEncoding()
399 lProps[0].Name = "Hidden"; in checkStreamLoading()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java196 lProps[0] = new PropertyValue(); in checkUsingOfMediaDescriptor()
197 lProps[0].Name = "Hidden"; in checkUsingOfMediaDescriptor()
198 lProps[0].Value = Boolean.TRUE; in checkUsingOfMediaDescriptor()
202 lProps[1].Value = xHandler; in checkUsingOfMediaDescriptor()
206 lProps[2].Value = xIndicator; in checkUsingOfMediaDescriptor()
336 lProps[0].Name = "Hidden"; in checkURLEncoding()
337 lProps[0].Value = Boolean.TRUE; in checkURLEncoding()
383 lProps); in checkURLEncoding()
387 lProps); in checkURLEncoding()
399 lProps[0].Name = "Hidden"; in checkStreamLoading()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DsgPrs/
H A DDsgPrs_ShapeDirPresentation.cxx144 GeomLProp_CLProps lProps(curve, 1, gp::Resolution()); in ComputeDir() local
145 lProps.SetParameter((mode == 0)? last : first); in ComputeDir()
146 if (!lProps.IsTangentDefined()) in ComputeDir()
148 pt = lProps.Value(); in ComputeDir()
149 lProps.Tangent(dir); in ComputeDir()
164 GeomLProp_SLProps lProps(surface, pt2d.X(), pt2d.Y(), 1, gp::Resolution()); in ComputeDir() local
165 if (!lProps.IsNormalDefined()) in ComputeDir()
168 pt = lProps.Value(); in ComputeDir()
169 dir = lProps.Normal(); in ComputeDir()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uiconfiguration/
H A Dmoduleuicfgsupplier.cxx154 Sequence< PropertyValue > lProps; in getUIConfigurationManager() local
155 m_xModuleMgr->getByName(sModuleIdentifier) >>= lProps; in getUIConfigurationManager()
156 for (sal_Int32 i=0; i<lProps.getLength(); ++i) in getUIConfigurationManager()
158 if ( lProps[i].Name == "ooSetupFactoryShortName" ) in getUIConfigurationManager()
160 lProps[i].Value >>= sShort; in getUIConfigurationManager()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx77 Sequence<PropertyValue > lProps ; in detect() local
182 elem >>=lProps; in detect()
183 new_nlength = lProps.getLength(); in detect()
188 lProps[j].Value >>=tmpStr; in detect()
189 if ( lProps[j].Name == "ClipboardFormat" && !tmpStr.isEmpty() ) in detect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx78 Sequence<PropertyValue > lProps ; in detect() local
183 elem >>=lProps; in detect()
184 new_nlength = lProps.getLength(); in detect()
189 lProps[j].Value >>=tmpStr; in detect()
190 if ( lProps[j].Name == "ClipboardFormat" && !tmpStr.isEmpty() ) in detect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/services/
H A Dmodulemanager.cxx203 ::comphelper::SequenceAsHashMap lProps(aValue); in replaceByName()
204 if (lProps.empty() ) in replaceByName()
232 for (auto const& prop : lProps) in replaceByName()
256 comphelper::SequenceAsHashMap lProps; in getByName() local
258 lProps[OUString("ooSetupFactoryModuleIdentifier")] <<= sName; in getByName()
261 lProps[sPropName] = xModule->getByName(sPropName); in getByName()
264 return css::uno::makeAny(lProps.getAsConstPropertyValueList()); in getByName()
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__UNO_spsh_close__.m72 lProps = javaArray ("com.sun.star.beans.PropertyValue", 2); variable
80 lProps(1) = lProp;
84 lProps(2) = lProp;
89 # xStore.storeAsURL (xls.nfilename, lProps);
91 # xStore.storeAsURL (xls.filename, lProps);
92 xStore.storeAsURL (filename, lProps);
H A D__UNO_spsh_open__.m64 lProps = javaArray ("com.sun.star.beans.PropertyValue", 2); variable
72 lProps(1) = lProp;
75 lProps(2) = lProp;
79 "_blank", flags, lProps);
81 xComp = aLoader.loadComponentFromURL (filename, "_blank", flags, lProps);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/services/
H A Dmodulemanager.cxx203 ::comphelper::SequenceAsHashMap lProps(aValue); in replaceByName()
204 if (lProps.empty() ) in replaceByName()
232 for (auto const& prop : lProps) in replaceByName()
256 comphelper::SequenceAsHashMap lProps; in getByName() local
258 lProps[OUString("ooSetupFactoryModuleIdentifier")] <<= sName; in getByName()
262 lProps[sPropName] = xModule->getByName(sPropName); in getByName()
265 return css::uno::makeAny(lProps.getAsConstPropertyValueList()); in getByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java179 NamedValue[] lProps = new NamedValue[1]; in impl_searchModulesByDocumentService() local
180 lProps[0] = new NamedValue(); in impl_searchModulesByDocumentService()
181 lProps[0].Name = "ooSetupFactoryDocumentService"; in impl_searchModulesByDocumentService()
182 lProps[0].Value = sDocumentService; in impl_searchModulesByDocumentService()
185 XEnumeration xResult = xMM.createSubSetEnumerationByProperties(lProps); in impl_searchModulesByDocumentService()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java179 NamedValue[] lProps = new NamedValue[1]; in impl_searchModulesByDocumentService() local
180 lProps[0] = new NamedValue(); in impl_searchModulesByDocumentService()
181 lProps[0].Name = "ooSetupFactoryDocumentService"; in impl_searchModulesByDocumentService()
182 lProps[0].Value = sDocumentService; in impl_searchModulesByDocumentService()
185 XEnumeration xResult = xMM.createSubSetEnumerationByProperties(lProps); in impl_searchModulesByDocumentService()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/config/cache/
H A Dcacheitem.hxx91 bool haveProps(const CacheItem& lProps) const;
107 bool dontHaveProps(const CacheItem& lProps) const;
H A Dcacheitem.cxx276 bool CacheItem::haveProps(const CacheItem& lProps) const in haveProps()
278 for (auto const& prop : lProps) in haveProps()
301 bool CacheItem::dontHaveProps(const CacheItem& lProps) const in dontHaveProps()
303 for (auto const& prop : lProps) in dontHaveProps()
H A Dbasecontainer.cxx372 CacheItem lProps; in createSubSetEnumerationByProperties() local
373 lProps << lProperties; in createSubSetEnumerationByProperties()
378 lKeys = pCache->getMatchingItemsByProps(m_eType, lProps); in createSubSetEnumerationByProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/config/cache/
H A Dcacheitem.hxx94 bool haveProps(const CacheItem& lProps) const;
110 bool dontHaveProps(const CacheItem& lProps) const;
H A Dcacheitem.cxx276 bool CacheItem::haveProps(const CacheItem& lProps) const in haveProps()
278 for (auto const& prop : lProps) in haveProps()
301 bool CacheItem::dontHaveProps(const CacheItem& lProps) const in dontHaveProps()
303 for (auto const& prop : lProps) in dontHaveProps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uiconfiguration/
H A Dmoduleuicfgsupplier.cxx149 Sequence< PropertyValue > lProps; in getUIConfigurationManager() local
150 m_xModuleMgr->getByName(sModuleIdentifier) >>= lProps; in getUIConfigurationManager()
151 for (PropertyValue const & rProp : std::as_const(lProps)) in getUIConfigurationManager()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dproperties.cpp109 Properties* lProps = Properties::instance(); in load() local
110 return lProps->loadProps(argc, argv); in load()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_ChangeSpan.cpp432 const gchar ** lProps = properties; in _realChangeSpanFmt() local
464 lProps = sProps; in _realChangeSpanFmt()
469 bool bRes = _insertFmtMarkFragWithNotify(ptc,dpos1,attributes,lProps); in _realChangeSpanFmt()
620 attributes,lProps, in _realChangeSpanFmt()
644 attributes,lProps, in _realChangeSpanFmt()
667 dpos1, attributes,lProps, in _realChangeSpanFmt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/uui/source/
H A Diahndl-filter.cxx128 ::comphelper::SequenceAsHashMap lProps(xFilters->nextElement()); in handleNoSuchFilterRequest_()
131 aPair.sInternal = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
133 aPair.sUI = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uui/source/
H A Diahndl-filter.cxx129 ::comphelper::SequenceAsHashMap lProps(xFilters->nextElement()); in handleNoSuchFilterRequest_()
132 aPair.sInternal = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
134 aPair.sUI = lProps.getUnpackedValueOrDefault( in handleNoSuchFilterRequest_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/framework/autosave/
H A DProtocol.java693 /*IN */ com.sun.star.beans.PropertyValue[] lProps ) in impl_logPropertyArray() argument
696 int c = lProps.length; in impl_logPropertyArray()
699 impl_logProperty(sOut, lProps[i]); in impl_logPropertyArray()
703 /*IN */ com.sun.star.beans.NamedValue[] lProps ) in impl_logPropertyArray() argument
706 int c = lProps.length; in impl_logPropertyArray()
709 impl_logProperty(sOut, lProps[i]); in impl_logPropertyArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/framework/autosave/
H A DProtocol.java693 /*IN */ com.sun.star.beans.PropertyValue[] lProps ) in impl_logPropertyArray() argument
696 int c = lProps.length; in impl_logPropertyArray()
699 impl_logProperty(sOut, lProps[i]); in impl_logPropertyArray()
703 /*IN */ com.sun.star.beans.NamedValue[] lProps ) in impl_logPropertyArray() argument
706 int c = lProps.length; in impl_logPropertyArray()
709 impl_logProperty(sOut, lProps[i]); in impl_logPropertyArray()
/dports/textproc/zorba/zorba-2.7.0/src/system/
H A Dproperties.cpp44 Properties* lProps = Properties::instance(); in load() local
45 return lProps->loadProps(argc, argv); in load()

123