Home
last modified time | relevance | path

Searched refs:xPath (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx454 static void AddPolygonToPath( CGMutablePathRef xPath, in AddPolygonToPath() argument
519 CGPathCloseSubpath( xPath ); in AddPolygonToPath()
522 static void AddPolyPolygonToPath( CGMutablePathRef xPath, in AddPolyPolygonToPath() argument
944 CGMutablePathRef xPath = CGPathCreateMutable(); in drawPolyPolygon() local
951 const CGRect aRefreshRect = CGPathGetBoundingBox( xPath ); in drawPolyPolygon()
960 CGContextAddPath( mrContext, xPath ); in drawPolyPolygon()
972 CGPathRelease( xPath ); in drawPolyPolygon()
1035 CGMutablePathRef xPath = CGPathCreateMutable(); in drawPolyLine() local
1038 const CGRect aRefreshRect = CGPathGetBoundingBox( xPath ); in drawPolyLine()
1046 CGContextAddPath( mrContext, xPath ); in drawPolyLine()
[all …]
H A Dctfonts.cxx268 CGPathRef xPath = rCT.FontCreatePathForGlyph( pCTFont, nCGGlyph, NULL ); in GetGlyphOutline() local
272 CGPathApply( xPath, (void*)&aGgoData, MyCGPathApplierFunc ); in GetGlyphOutline()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java75 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in readRelativeKey() local
76 return xPath.getPropertyValue(sKey); in readRelativeKey()
92 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in writeRelativeKey() local
93 xPath.setPropertyValue(sKey, aValue); in writeRelativeKey()
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx816 css::uno::Reference< css::embed::XStorage > xPath; in impl_openPathIgnoringErrors() local
820 xPath = m_aSharedStorages->m_lStoragesShare.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
822 xPath = m_aSharedStorages->m_lStoragesUser.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
827 { xPath.clear(); } in impl_openPathIgnoringErrors()
828 return xPath; in impl_openPathIgnoringErrors()
871 …css::uno::Reference< css::embed::XStorage > xPath = impl_openPathIgnoringErrors(sPath… in impl_openLocalizedPathIgnoringErrors() local
872 ::std::vector< ::rtl::OUString > lSubFolders = impl_getSubFolderNames(xPath); in impl_openLocalizedPathIgnoringErrors()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java140 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in readRelativeKey() local
143 return xPath.getPropertyValue(sKey); in readRelativeKey()
159 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in writeRelativeKey() local
162 xPath.setPropertyValue(sKey, aValue); in writeRelativeKey()
/trunk/main/xmloff/source/meta/
H A Dxmlmetai.cxx165 uno::Reference< xml::xpath::XXPathAPI > const xPath( in lcl_initGenerator() local
170 xPath->registerNS(GetXMLToken(XML_NP_OFFICE),GetXMLToken(XML_N_OFFICE)); in lcl_initGenerator()
171 xPath->registerNS(GetXMLToken(XML_NP_META), GetXMLToken(XML_N_META)); in lcl_initGenerator()
176 xPath->eval(xDoc.get(), expr), uno::UNO_SET_THROW); in lcl_initGenerator()
/trunk/main/xmloff/source/draw/
H A Danimexp.cxx296 Reference< XShape > xPath; in prepare() local
297 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in prepare()
373 Reference< XShape > xPath; in collect() local
374 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in collect()
375 if( xPath.is() ) in collect()
H A Danimimp.cxx638 …Reference< XShape > xPath( GetImport().getInterfaceToIdentifierMapper().getReference( maPathShapeI… in EndElement() local
639 if( xPath.is() ) in EndElement()
640 xSet->setPropertyValue( mpImpl->msAnimPath, makeAny( xPath ) ); in EndElement()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx274 css::uno::Reference< css::container::XNameAccess > xPath; in impl_readNewFormat() local
275 xCfg->getByName(sPath) >>= xPath; in impl_readNewFormat()
281 xPath->getByName(CFGPROP_INTERNALPATHES) >>= xIPath; in impl_readNewFormat()
285 aPathVal.lUserPaths << xPath->getByName(CFGPROP_USERPATHES); in impl_readNewFormat()
288 xPath->getByName(CFGPROP_WRITEPATH) >>= aPathVal.sWritePath; in impl_readNewFormat()
291 xPath->getByName(CFGPROP_ISSINGLEPATH) >>= aPathVal.bIsSinglePath; in impl_readNewFormat()
295 css::uno::Reference< css::beans::XProperty > xInfo(xPath, css::uno::UNO_QUERY); in impl_readNewFormat()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx253 uno::Reference< xml::xpath::XXPathAPI > xPath( in scanDescriptionXml() local
259 xPath->registerNS( in scanDescriptionXml()
262 xPath->registerNS( in scanDescriptionXml()
270 xPath->selectSingleNode( in scanDescriptionXml()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx1131 css::uno::Reference<css::xml::xpath::XXPathAPI> xPath( in init() local
1135 if (!xPath.is()) throw css::uno::RuntimeException( in init()
1143 xPath->registerNS(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("xlink")), in init()
1145 xPath->registerNS(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("dc")), in init()
1147 xPath->registerNS(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("office")), in init()
1149 xPath->registerNS(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("meta")), in init()
1160 m_xParent = xPath->selectSingleNode(xDocNode, prefix); in init()
1233 xPath->selectSingleNode(m_xParent, in init()
1244 xPath->selectNodeList(m_xParent, in init()

Completed in 71 milliseconds