/aoo42x/main/oox/source/xls/ |
H A D | drawingbase.cxx | 122 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()
|
/aoo42x/main/oox/source/helper/ |
H A D | attributelist.cxx | 189 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()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | attributelist.hxx | 115 OptValue< sal_Int64 > getHyper( sal_Int32 nAttrToken ) const; 160 sal_Int64 getHyper( sal_Int32 nAttrToken, sal_Int64 nDefault ) const;
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | chartdrawingfragment.cxx | 55 maSize.Width = rAttribs.getHyper( XML_cx, 0 ); in importExt() 56 maSize.Height = rAttribs.getHyper( XML_cy, 0 ); in importExt()
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathobject.hxx | 101 virtual sal_Int64 SAL_CALL getHyper() throw (RuntimeException);
|
H A D | xpathobject.cxx | 138 sal_Int64 SAL_CALL CXPathObject::getHyper() throw (RuntimeException) in getHyper() function in XPath::CXPathObject
|
/aoo42x/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 88 public long getHyper() { return _hyper; } in getHyper() method in testobj.PerformanceTestObject
|
H A D | ubobject.cxx | 155 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper() function in benchmark_object::ServiceImpl
|
H A D | ubtest.cxx | 712 xBench->getHyper(); in benchmark()
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 78 hyper getHyper();
|
/aoo42x/main/stoc/test/ |
H A D | testiadapter.cxx | 224 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()
|
/aoo42x/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 107 hyper getHyper();
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 193 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
|
/aoo42x/main/bridges/test/ |
H A D | testcomp.cxx | 209 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper() function in ServiceImpl
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 473 aRet.Hyper = xLBT->getHyper(); in performTest()
|
H A D | cppobj.cxx | 237 virtual sal_Int64 SAL_CALL getHyper() throw(com::sun::star::uno::RuntimeException) in getHyper() function in bridge_object::Test_Impl
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2618 assertEquals("XXPathObject.getHyper", 2, xResult.getHyper()); in testXXPathObject()
|