Searched refs:sDateTime (Results 1 – 4 of 4) sorted by relevance
517 ::rtl::OUString sDateTime = pODBCNode->getChild(1)->getTokenValue(); in execute_Operand()518 pOperand = new OOperandConst(*pODBCNode->getChild(1), sDateTime); in execute_Operand()521 …d->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(sDateTime))); in execute_Operand()525 …d->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(sDateTime))); in execute_Operand()529 …etValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDateTime(sDateTime))); in execute_Operand()
135 rtl::OUString sDateTime = aBuff.makeStringAndClear(); in lcl_substituteFileHandlerURLVariables_nothrow() local149 Variable( RTL_CONSTASCII_USTRINGPARAM( "$(datetime)" ), sDateTime ), in lcl_substituteFileHandlerURLVariables_nothrow()
599 OUString sDateTime( getAnnotationDateTimeString(xAnnotation) ); in setAnnotation() local601 if( sDateTime.getLength() != 0 ) in setAnnotation()606 sMeta += sDateTime; in setAnnotation()
349 String sDateTime = ConvertDateTime_Impl( aNow, *mpLocaleWrapper ); in RecalcDateColumn() local350 long nWidth = aVersionBox.GetTextWidth( sDateTime ); in RecalcDateColumn()
Completed in 35 milliseconds