Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable2.java120 if (AnyConverter.isDouble(o)) in _getDrillDownData()
516 else if (AnyConverter.isDouble(cell1) && AnyConverter.isDouble(cell2)) in checkDrillDownSheetContent()
/aoo4110/main/xmloff/source/draw/
H A Danimationimport.cxx305 static bool isDouble( const OUString& rValue ) in isDouble() function
860 if( isDouble( rValue ) ) in init_node()
866 if( isDouble( rValue ) ) in init_node()
958 if( isDouble( rValue ) ) in init_node()
/aoo4110/main/chart2/qa/
H A DTestCaseOldAPI.java372 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
379 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
406 assure( "No Origin set", AnyConverter.isDouble( oOrigin )); in testAxis()
/aoo4110/main/svx/source/table/
H A Dviewcontactoftableobj.cxx250 if(rLineA.isDouble()) in getInnerExtend()
511 bool bMirror(aLine.isDouble()); in impGetLine()
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java52 } else if (AnyConverter.isDouble(any)) { in toNumber()
H A DComponent.java723 } else if (AnyConverter.isDouble(any)) { in toNumber()
/aoo4110/main/editeng/inc/editeng/
H A Dborderline.hxx123 bool isDouble() const { return (0 != nOutWidth && 0 != nInWidth); } in isDouble() function in SvxBorderLine
/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java852 assure("", AnyConverter.isDouble(aDouble)); in test_isDouble()
853 assure("", AnyConverter.isDouble(anyDouble)); in test_isDouble()
854 assure("", !AnyConverter.isDouble(aFloat)); in test_isDouble()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java126 static public boolean isDouble(Object object){ in isDouble() method in AnyConverter
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java325 else if (AnyConverter.isDouble(CurGroupValue)) in modifyCellContent()
/aoo4110/main/odk/examples/java/Inspector/
H A DUnoNode.java297 else if (AnyConverter.isDouble(_objectElement)){ in getDisplayValueOfPrimitiveType()
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DProtocol.java897 if (com.sun.star.uno.AnyConverter.isDouble(aAny)) in impl_logAny()
/aoo4110/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1051 if ( pBorderLine->isDouble() ) in impl_borderLine()

Completed in 90 milliseconds