Home
last modified time | relevance | path

Searched refs:sal_uInt64 (Results 176 – 200 of 254) sorted by relevance

1234567891011

/aoo42x/main/cppu/inc/cppu/
H A Dunotype.hxx168 cppu_detail_getUnoType(::sal_uInt64 const *) { in cppu_detail_getUnoType()
/aoo42x/main/comphelper/source/misc/
H A Danycompare.cxx219 pComparator.reset( new ScalarPredicateLess< sal_uInt64 >() ); in getStandardLessPredicate()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx131 && (sizeof(System::UInt64) == sizeof(sal_uInt64)) in Mapping_uno2cli()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlatr.cxx2634 sal_uInt64 c = rStr.GetChar( nStrPos ); in OutHTML_SwTxtNode()
2640 sal_uInt64 templow = d&0x03ff; in OutHTML_SwTxtNode()
2641 sal_uInt64 temphi = ((c&0x03ff) + 0x0040)<<10; in OutHTML_SwTxtNode()
2684 sOut += ByteString::CreateFromInt64( (sal_uInt64)c ); in OutHTML_SwTxtNode()
/aoo42x/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx193 sal_uInt64 tmp = 0; in initialize()
H A DDropTarget.cxx405 sal_uInt64 tmp = 0; in initialize()
/aoo42x/main/embedserv/source/inc/
H A Dembeddoc.hxx71 sal_uInt64 getMetaFileHandle_Impl( sal_Bool isEnhMeta );
/aoo42x/main/sw/source/core/table/
H A Dswnewtable.cxx665 sal_uInt64 nTableWidth = 0; in NewInsertCol()
670 sal_uInt64 nAddWidth = lcl_InsertPosition( *this, aInsPos, rBoxes, bBehind ); in NewInsertCol()
679 sal_uInt64 nResultingWidth = nAddWidth + nTableWidth; in NewInsertCol()
/aoo42x/main/vcl/source/gdi/
H A Dpngread.cxx562sal_uInt64 nScansize64 = ( ( static_cast< sal_uInt64 >( maOrigSize.Width() ) * mnPngDepth ) + 7 ) … in ImplReadHeader()
/aoo42x/main/jvmfwk/source/
H A Dframework.cxx439 sal_uInt64 nFeatureFlags = 0; in jfw_findAndSelectJRE()
1277 sal_uInt64 CJavaInfo::getFeatures() const in getFeatures()
/aoo42x/main/oox/source/core/
H A Dencryption.cxx917 const sal_uInt64 decryptedSize = aEncryptedPackage.readuInt64(); in decryptStream()
924 sal_uInt64 totalBytesWritten = 0; in decryptStream()
/aoo42x/main/sw/inc/
H A Ddocsh.hxx176 SwDocShell( const sal_uInt64 i_nSfxCreationFlags );
/aoo42x/main/sal/rtl/source/
H A Dunload.cxx76 sal_uInt64 sum; in addTimeValue()
/aoo42x/main/sd/source/ui/docshell/
H A Ddocshell.cxx183 DrawDocShell::DrawDocShell( const sal_uInt64 nModelCreationFlags, sal_Bool bDataObject, DocumentTyp… in DrawDocShell()
/aoo42x/main/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx110 sal_uInt64 nWritten = 0; in filter()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx185 stack[sp] = *static_cast< sal_uInt64 * >(arguments[i]); in call()
H A Dcpp2uno.cxx367 callStack[0] = *reinterpret_cast< sal_uInt64 * >(retbuf); in call()
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx193 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime);
1282 void MultiAnimation::Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run()
/aoo42x/main/codemaker/source/javamaker/
H A Djavatype.cxx937 sal_uInt64 size = static_cast< sal_uInt64 >(map.size()); in handleEnumType()
938 if ((static_cast< sal_uInt64 >(max) - static_cast< sal_uInt64 >(min) in handleEnumType()
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.hxx60 std::vector< sal_uInt64 > vFileLen;
/aoo42x/main/sw/source/ui/uno/
H A Dunofreg.cxx49 …teInstance( const uno::Reference< XMultiServiceFactory > &rSMgr, const sal_uInt64 _nCreationFlags …
/aoo42x/main/connectivity/source/commontools/
H A DDateConversion.cxx398 return static_cast<double>(static_cast<sal_uInt64>(i_column->getLong())); in getValue()
/aoo42x/main/sc/source/ui/inc/
H A Ddocsh.hxx175 ScDocShell( const sal_uInt64 i_nSfxCreationFlags = SFXMODEL_EMBEDDED_OBJECT );
/aoo42x/main/sc/source/filter/inc/
H A Dftools.hxx408 typedef ::std::vector< sal_uInt64 > ScfUInt64Vec;
/aoo42x/main/basic/source/sbx/
H A Dsbxvalue.cxx691 GET( GetUInt64, SbxSALUINT64, sal_uInt64, uInt64 ) in GET()
960 PUT( PutUInt64, SbxSALUINT64, sal_uInt64, uInt64 ) in PUT()

Completed in 169 milliseconds

1234567891011