/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 454 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 D | ctfonts.cxx | 268 CGPathRef xPath = rCT.FontCreatePathForGlyph( pCTFont, nCGGlyph, NULL ); in GetGlyphOutline() local 272 CGPathApply( xPath, (void*)&aGgoData, MyCGPathApplierFunc ); in GetGlyphOutline()
|
/aoo4110/main/framework/qa/complex/framework/autosave/ |
H A D | ConfigHelper.java | 75 …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()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | ConfigHelper.java | 138 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in readRelativeKey() local 141 return xPath.getPropertyValue(sKey); in readRelativeKey() 157 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in writeRelativeKey() local 160 xPath.setPropertyValue(sKey, aValue); in writeRelativeKey()
|
/aoo4110/main/framework/source/accelerators/ |
H A D | presethandler.cxx | 816 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()
|
/aoo4110/main/xmloff/source/meta/ |
H A D | xmlmetai.cxx | 165 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()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | animexp.cxx | 296 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 D | animimp.cxx | 638 …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()
|
/aoo4110/main/framework/source/services/ |
H A D | pathsettings.cxx | 274 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()
|
/aoo4110/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 253 uno::Reference< xml::xpath::XXPathAPI > xPath( in scanDescriptionXml() local 259 xPath->registerNS( in scanDescriptionXml() 262 xPath->registerNS( in scanDescriptionXml() 270 xPath->selectSingleNode( in scanDescriptionXml()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 1131 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()
|