Home
last modified time | relevance | path

Searched refs:sal_Int64 (Results 151 – 175 of 1052) sorted by relevance

12345678910>>...43

/trunk/main/cui/source/tabpages/
H A Dtextanim.cxx434 sal_Int64 nValue = 0; in FillItemSet()
455 sal_Int64 nValue = 0; in FillItemSet()
476 sal_Int64 nValue = 0; in FillItemSet()
685 sal_Int64 nValue = aMtrFldAmount.GetValue() / 10; in IMPL_LINK()
701 sal_Int64 nValue = aMtrFldAmount.GetValue() * 10; in IMPL_LINK()
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx126 void SAL_CALL OSelfTerminateFileStream::seek( sal_Int64 location ) in seek()
135 sal_Int64 SAL_CALL OSelfTerminateFileStream::getPosition() in getPosition()
143 sal_Int64 SAL_CALL OSelfTerminateFileStream::getLength() in getLength()
H A Dselfterminatefilestream.hxx65 …virtual void SAL_CALL seek( sal_Int64 location ) throw (::com::sun::star::lang::IllegalArgumentExc…
66 …virtual sal_Int64 SAL_CALL getPosition() throw (::com::sun::star::io::IOException, ::com::sun::sta…
67 …virtual sal_Int64 SAL_CALL getLength() throw (::com::sun::star::io::IOException, ::com::sun::star:…
H A Doseekinstream.cxx116 void SAL_CALL OInputSeekStream::seek( sal_Int64 location ) in seek()
137 sal_Int64 SAL_CALL OInputSeekStream::getPosition() in getPosition()
157 sal_Int64 SAL_CALL OInputSeekStream::getLength() in getLength()
/trunk/main/embeddedobj/source/msole/
H A Dolevisual.cxx84 void SAL_CALL OleEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
165 awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
313 embed::VisualRepresentation SAL_CALL OleEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 in getPreferredVisualRepresentation()
410 sal_Int32 SAL_CALL OleEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx58 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp2uno_call()
258 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp_mediate()
403 extern "C" sal_Int64 cpp_vtable_call( long *pFunctionAndOffset, in cpp_vtable_call()
406 sal_Int64 nRegReturn; in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx58 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp2uno_call()
258 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp_mediate()
403 extern "C" sal_Int64 cpp_vtable_call( long *pFunctionAndOffset, in cpp_vtable_call()
406 sal_Int64 nRegReturn; in cpp_vtable_call()
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx45 sal_Int64 ImpGetInt64( const SbxValues* );
46 void ImpPutInt64( SbxValues*, sal_Int64 );
50 sal_Int64 ImpDoubleToSalInt64( double d );
/trunk/main/cppu/source/uno/
H A Dprim.hxx171 sal_Int64 * pDiscr = ((typelib_UnionTypeDescription *)pTD)->pDiscriminants; in _unionGetSetType()
172 sal_Int64 nDiscr = *(sal_Int64 *)pUnion; in _unionGetSetType()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx367 sal_Int64 nInt = (sal_Int64)fValue; in emit()
375 sal_Int64 nFrac = 0; in emit()
379 nFrac = (sal_Int64)fValue; in emit()
388 sal_Int64 nBound = (sal_Int64)(pow( 10.0, nPrecision - 1.0 )+0.5); in emit()
391 sal_Int64 nNumb = nFrac / nBound; in emit()
979 OString aOffset( OString::valueOf( sal_Int64(section_begin->second.second ) ) ); in emit()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx109 /*static*/ sal_Int64 ConversionHelper::decodeMeasureToEmu( const GraphicHelper& rGraphicHelper, in decodeMeasureToEmu()
167 return static_cast< sal_Int64 >( fValue + 0.5 ); in decodeMeasureToEmu()
272 sal_Int64 lclGetEmu( const GraphicHelper& rGraphicHelper, const OptValue< OUString >& roValue, sal_… in lclGetEmu()
428 …aLineProps.moLineWidth = getLimitedValue< sal_Int32, sal_Int64 >( lclGetEmu( rGraphicHelper, moWei… in pushToPropMap()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx147 void SAL_CALL FTPInputStream::seek(sal_Int64 location) in seek()
161 sal_Int64 SAL_CALL
178 sal_Int64 SAL_CALL FTPInputStream::getLength( in getLength()
/trunk/main/unotools/inc/unotools/
H A Dstreamhelper.hxx74 …virtual void SAL_CALL seek( sal_Int64 location ) throw(::com::sun::star::lang::IllegalArgumentExce…
75 …virtual sal_Int64 SAL_CALL getPosition( ) throw(::com::sun::star::io::IOException, ::com::sun::st…
76 …virtual sal_Int64 SAL_CALL getLength( ) throw(::com::sun::star::io::IOException, ::com::sun::star…
H A Dlocaledatawrapper.hxx118 sal_Int64 nNumber, sal_uInt16 nDecimals,
287 String getNum( sal_Int64 nNumber, sal_uInt16 nDecimals,
292 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals,
298 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, in getCurr()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.hxx114 sal_Int64 location )
119 virtual sal_Int64 SAL_CALL
125 virtual sal_Int64 SAL_CALL
H A Dbufferedinputstream.cxx199 void SAL_CALL BufferedInputStream::seek( sal_Int64 location ) in seek()
215 sal_Int64 SAL_CALL BufferedInputStream::getPosition( void ) in getPosition()
225 sal_Int64 SAL_CALL BufferedInputStream::getLength( void ) throw( IOException,RuntimeException ) in getLength()
H A Dbufferedinputstream.hxx90 virtual void SAL_CALL seek( sal_Int64 location )
95 virtual sal_Int64 SAL_CALL getPosition( void )
99 virtual sal_Int64 SAL_CALL getLength( void )
/trunk/main/testtools/source/performance/
H A Dubobject.cxx117 virtual sal_Int64 SAL_CALL getHyper_attr() throw(::com::sun::star::uno::RuntimeException) in getHyper_attr()
119 …virtual void SAL_CALL setHyper_attr( sal_Int64 _attributehyper ) throw(::com::sun::star::uno::Runt… in setHyper_attr()
155 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper()
157 … virtual void SAL_CALL setHyper( sal_Int64 _hyper ) throw(::com::sun::star::uno::RuntimeException) in setHyper()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dcpp2uno.cxx58 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp2uno_call()
272 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp_mediate()
414 extern "C" sal_Int64 cpp_vtable_call( long firstonstack ) in cpp_vtable_call()
427 sal_Int64 nRegReturn; in cpp_vtable_call()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h188 sal_Int64 nDefaultDiscriminant;
197 sal_Int64 * pDiscriminants;
549 sal_Int64 nDiscriminant;
578 sal_Int64 nDefaultDiscriminant,
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx153 *((sal_Int64*)_pData) = *(sal_Int64*)_pValue; in bindData()
154 *pLen = sizeof(sal_Int64); in bindData()
312 *((sal_Int64*)_pData) = *(sal_Int64*)_pValue; in bindValue()
313 *pLen = sizeof(sal_Int64); in bindValue()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx655 sizeof (sal_Int64) >= sizeof (jvmaccess::UnoVirtualMachine *), in initialize()
657 sal_Int64 nPointer = reinterpret_cast< sal_Int64 >( in initialize()
664 sizeof (sal_Int64) >= sizeof (jvmaccess::VirtualMachine *), in initialize()
666 sal_Int64 nPointer = reinterpret_cast< sal_Int64 >( in initialize()
971 OSL_ASSERT(sizeof (sal_Int64) >= sizeof (jvmaccess::VirtualMachine *)); in getJavaVM()
973 reinterpret_cast< sal_Int64 >( in getJavaVM()
976 OSL_ASSERT(sizeof (sal_Int64) >= sizeof (jvmaccess::VirtualMachine *)); in getJavaVM()
978 reinterpret_cast< sal_Int64 >(m_xUnoVirtualMachine.get())); in getJavaVM()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx90 …ectBase::implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRe… in implReadRecordHeader()
366 sal_Int64 nStartPos = mxStrm->tell(); in implDump()
367 sal_Int64 nEndPos = ::std::min< sal_Int64 >( nStartPos + mnSize, mxStrm->size() ); in implDump()
889 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nAddDataSize, mxStrm->size() ); in dumpAddTokenData()
1021 dumpDec< sal_Int64 >( "stream-offset" ); in implDumpRecordBody()
1330 sal_Int64 nStartPos = mxStrm->tell(); in implDumpRecordBody()
1334 sal_Int64 nEndPos = nStartPos + nSubRecSize; in implDumpRecordBody()
/trunk/main/sd/source/ui/framework/factories/
H A DPane.cxx222 sal_Int64 SAL_CALL Pane::getSomething (const Sequence<sal_Int8>& rId) in getSomething()
225 sal_Int64 nResult = 0; in getSomething()
230 nResult = reinterpret_cast<sal_Int64>(this); in getSomething()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.hxx125 sal_Int64 location )
130 virtual sal_Int64 SAL_CALL
136 virtual sal_Int64 SAL_CALL

Completed in 131 milliseconds

12345678910>>...43