Lines Matching refs:toInt32

100         aOslDTime.Year = (sal_uInt16)aChars.copy( 0, 4 ).toInt32();  in GetDateTimeFromW3CDTF()
104 aOslDTime.Month = (sal_uInt16)aChars.copy( 5, 2 ).toInt32(); in GetDateTimeFromW3CDTF()
108 aOslDTime.Day = (sal_uInt16)aChars.copy( 8, 2 ).toInt32(); in GetDateTimeFromW3CDTF()
112 aOslDTime.Hours = (sal_uInt16)aChars.copy( 11, 2 ).toInt32(); in GetDateTimeFromW3CDTF()
113 aOslDTime.Minutes = (sal_uInt16)aChars.copy( 14, 2 ).toInt32(); in GetDateTimeFromW3CDTF()
118 aOslDTime.Seconds = (sal_uInt16)aChars.copy( 17, 2 ).toInt32(); in GetDateTimeFromW3CDTF()
122 … aOslDTime.NanoSeconds = (sal_uInt32)(aChars.copy( 20, 1 ).toInt32() * 10e8); in GetDateTimeFromW3CDTF()
134 nModif = aChars.copy( 16 + nOptTime + 1, 2 ).toInt32() * 3600; in GetDateTimeFromW3CDTF()
135 nModif += aChars.copy( 16 + nOptTime + 4, 2 ).toInt32() * 60; in GetDateTimeFromW3CDTF()
251 aSet[nInd].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic()
260 aSet[nLen].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic()
468 static_cast<sal_Int16>(aChars.toInt32()) ); in characters()
503 m_xDocProp->setEditingDuration( aChars.toInt32() ); in characters()
540 … AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
545 … AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
550 … AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
555 … AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
560 … AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); // the property has sal_Int32 type in characters()
624 AddCustomProperty( uno::makeAny( (sal_Int16)aChars.toInt32() ) ); in characters()
629 AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); in characters()