Home
last modified time | relevance | path

Searched refs:ToInt64 (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx338 pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _MakeFormel()
345 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _MakeFormel()
496 pBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in PtrToBoxNms()
507 pBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in PtrToBoxNms()
848 …SwTableBox* pBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(sTmp.ToInt64())); in lcl_BoxNmToRel()
904 pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _GetFmlBoxes()
912 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _GetFmlBoxes()
1002 pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _HasValidBoxes()
1003 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _HasValidBoxes()
1113 pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _SplitMergeBoxNm()
[all …]
/trunk/main/tools/source/string/
H A Dtustring.cxx134 sal_Int64 UniString::ToInt64() const in ToInt64() function in UniString
H A Dtstring.cxx158 sal_Int64 ByteString::ToInt64() const in ToInt64() function in ByteString
/trunk/main/cli_ure/source/native/
H A Dnative_share.h104 .ToInt64() in to_uno()
/trunk/main/tools/inc/tools/
H A Dstring.hxx217 sal_Int64 ToInt64() const;
508 sal_Int64 ToInt64() const;
/trunk/main/automation/source/server/
H A DXMLParser.cxx605 sal_uLong nTimestamp = (sal_uLong)aString1.GetToken( 1, ':' ).ToInt64(); in HandleSAXParser()
606 sal_uLong nPointer = (sal_uLong)aString1.GetToken( 2, ':' ).ToInt64(); in HandleSAXParser()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx155 #else /* defined(_WIN64) */ .ToInt64(); in Mapping_uno2cli()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx232 sal_uLong nMaxLines = (sal_uLong) ByteString( argv[ 2 ] ).ToInt64(); in main()
H A Dexport.cxx1096 pResData->nWidth = ( sal_uInt16 ) sMapping.GetToken( 0, ',' ).ToInt64(); in Execute()
1099 pResData->nWidth = ( sal_uInt16 ) sMapping.GetToken( 2, ',' ).ToInt64(); in Execute()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx287 nTimestamp = aLine.Copy( nSearchIndex, nTEnd - nSearchIndex ).ToInt64(); in read()

Completed in 59 milliseconds