Home
last modified time | relevance | path

Searched refs:getHyper (Results 1 – 17 of 17) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx122 maPos.X = rAttribs.getHyper( XML_x, 0 ); in importPos()
123 maPos.Y = rAttribs.getHyper( XML_y, 0 ); in importPos()
129 maSize.Width = rAttribs.getHyper( XML_cx, 0 ); in importExt()
130 maSize.Height = rAttribs.getHyper( XML_cy, 0 ); in importExt()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx189 OptValue< sal_Int64 > AttributeList::getHyper( sal_Int32 nAttrToken ) const in getHyper() function in oox::AttributeList
280 sal_Int64 AttributeList::getHyper( sal_Int32 nAttrToken, sal_Int64 nDefault ) const in getHyper() function in oox::AttributeList
282 return getHyper( nAttrToken ).get( nDefault ); in getHyper()
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx115 OptValue< sal_Int64 > getHyper( sal_Int32 nAttrToken ) const;
160 sal_Int64 getHyper( sal_Int32 nAttrToken, sal_Int64 nDefault ) const;
/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx55 maSize.Width = rAttribs.getHyper( XML_cx, 0 ); in importExt()
56 maSize.Height = rAttribs.getHyper( XML_cy, 0 ); in importExt()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.hxx101 virtual sal_Int64 SAL_CALL getHyper() throw (RuntimeException);
H A Dxpathobject.cxx138 sal_Int64 SAL_CALL CXPathObject::getHyper() throw (RuntimeException) in getHyper() function in XPath::CXPathObject
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs88 public long getHyper() { return _hyper; } in getHyper() method in testobj.PerformanceTestObject
H A Dubobject.cxx155 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper() function in benchmark_object::ServiceImpl
H A Dubtest.cxx712 xBench->getHyper(); in benchmark()
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl78 hyper getHyper();
/trunk/main/stoc/test/
H A Dtestiadapter.cxx224 virtual sal_Int64 SAL_CALL getHyper() throw(com::sun::star::uno::RuntimeException) in getHyper() function in Test_Impl
616 aRet <<= _xLBT->getHyper(); in getValue()
835 aRet.Hyper = xLBT->getHyper(); in performTest()
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl107 hyper getHyper();
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java193 public long getHyper() throws com.sun.star.uno.RuntimeException { in getHyper() method in TestComponent._PerformancTestObject
552 public long getHyper() throws com.sun.star.uno.RuntimeException { in getHyper() method in TestComponent._TestObject
/trunk/main/bridges/test/
H A Dtestcomp.cxx209 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper() function in ServiceImpl
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx473 aRet.Hyper = xLBT->getHyper(); in performTest()
H A Dcppobj.cxx237 virtual sal_Int64 SAL_CALL getHyper() throw(com::sun::star::uno::RuntimeException) in getHyper() function in bridge_object::Test_Impl
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2618 assertEquals("XXPathObject.getHyper", 2, xResult.getHyper()); in testXXPathObject()

Completed in 85 milliseconds