Home
last modified time | relevance | path

Searched refs:sal_Int64 (Results 1 – 25 of 1052) sorted by path

12345678910>>...43

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx438 ::sal_Int64 retrieveParagraphState(ParagraphImpl const * pParagraph);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx819 ::sal_Int64 Document::retrieveParagraphState(ParagraphImpl const * pParagraph) in retrieveParagraphState()
826 ::sal_Int64 nState in retrieveParagraphState()
827 = (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
829 | (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
831 | (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
833 | (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
836 nState |= (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
843 |= (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
845 | (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
848 nState |= (static_cast< ::sal_Int64 >(1) in retrieveParagraphState()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx127 …virtual sal_Int64 SAL_CALL getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw (RuntimeE…
174sal_Int64 SAL_CALL OToolBoxWindowItem::getSomething( const Sequence< sal_Int8 >& _rId ) throw (Run… in getSomething()
179 return reinterpret_cast< sal_Int64>( this ); in getSomething()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx288 …virtual ::sal_Int64 SAL_CALL getSomething( const Sequence< ::sal_Int8 >& aIdentifier ) throw (Runt…
2030 ::sal_Int64 SAL_CALL AnimationNode::getSomething( const Sequence< ::sal_Int8 >& rId ) throw (Runtim… in getSomething()
2034 return sal::static_int_cast< sal_Int64 >(reinterpret_cast< sal_IntPtr >(this)); in getSomething()
/trunk/main/automation/source/server/
H A Dserver.cxx642 sal::static_int_cast< sal_Int64 >( in IMPL_LINK()
H A Dsta_list.cxx979 sal::static_int_cast< sal_Int64 >( in ClientTree()
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx115 sal_Int64 nContent = getIntValue( "PrintContent", -1 ); in getRendererCount()
171 sal_Int64 nContent = getIntValue( "PrintContent", -1 ); in render()
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx46 inline sal_Int64 toFractional( sal_Int32 v ) { return (sal_Int64)v << 32; } in toFractional()
48 …inline sal_Int64 toFractional( double v ) { return (sal_Int64)(v*SAL_MAX_UINT32 + (v < 0.0 ? -0.5 … in toFractional()
50 … inline sal_Int32 toInteger( sal_Int64 v ) { return (sal_Int32)(v < 0 ? ~((~v) >> 32) : v >> 32); } in toInteger()
52 …inline sal_Int32 toRoundedInteger( sal_Int64 v ) { return toInteger(v) + (sal_Int32)((v&0x80000000… in toRoundedInteger()
62 sal_Int64 mnX;
63 sal_Int64 mnXDelta;
153 const sal_Int64 nClipX1_frac( detail::toFractional(nClipX1) ); in renderClippedPolyPolygon()
154 const sal_Int64 nClipX2_frac( detail::toFractional(nClipX2) ); in renderClippedPolyPolygon()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx73 inline sal_Int64 fround64( double fVal ) in fround64()
75 return fVal > 0.0 ? static_cast<sal_Int64>( fVal + .5 ) : -static_cast<sal_Int64>( -fVal + .5 ); in fround64()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx128 sal_Int64 getWidth() const in getWidth()
133 sal_Int64 getHeight() const in getHeight()
H A Db2irange.hxx129 sal_Int64 getWidth() const in getWidth()
134 sal_Int64 getHeight() const in getHeight()
H A Db3ibox.hxx148 sal_Int64 getWidth() const in getWidth()
153 sal_Int64 getHeight() const in getHeight()
158 sal_Int64 getDepth() const in getDepth()
H A Db3irange.hxx151 sal_Int64 getWidth() const in getWidth()
156 sal_Int64 getHeight() const in getHeight()
161 sal_Int64 getDepth() const in getDepth()
H A Dbasicrange.hxx288 typedef sal_Int64 DifferenceType;
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2i64tuple.hxx45 sal_Int64 mnX;
46 sal_Int64 mnY;
68 B2I64Tuple(sal_Int64 fX, sal_Int64 fY) in B2I64Tuple()
87 sal_Int64 getX() const in getX()
93 sal_Int64 getY() const in getY()
99 void setX(sal_Int64 fX) in setX()
105 void setY(sal_Int64 fY) in setY()
111 const sal_Int64& operator[] (int nPos) const in operator []()
120 sal_Int64& operator[] (int nPos) in operator []()
159 B2I64Tuple& operator*=(sal_Int64 t) in operator *=()
[all …]
H A Db3i64tuple.hxx45 sal_Int64 mnX;
46 sal_Int64 mnY;
47 sal_Int64 mnZ;
74 B3I64Tuple(sal_Int64 nX, sal_Int64 nY, sal_Int64 nZ) in B3I64Tuple()
95 sal_Int64 getX() const in getX()
101 sal_Int64 getY() const in getY()
107 sal_Int64 getZ() const in getZ()
113 void setX(sal_Int64 nX) in setX()
119 void setY(sal_Int64 nY) in setY()
125 void setZ(sal_Int64 nZ) in setZ()
[all …]
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx174 sal_Int64 nInt64;
192 sal_Int64* pnInt64;
293 sal_Int64 GetInt64() const;
318 sal_Bool PutInt64( sal_Int64 );
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx795 sal_Int64 nValue64 = aCurrency.Value; in unoToSbxValue()
930 case TypeClass_HYPER: { sal_Int64 val = 0; aValue >>= val; pVar->PutInt64( val ); } break; in unoToSbxValue()
1378 sal_Int64& rnValue64 = aCurrency.Value; in sbxToUnoValue()
1620 case TypeClass_HYPER: aRetVal <<= (sal_Int64)( pVar->GetInt64() ); break; in sbxToUnoValue()
/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 );
H A Dsbxint.cxx351 sal_Int64 ImpDoubleToSalInt64( double d ) in ImpDoubleToSalInt64()
353 sal_Int64 nRes; in ImpDoubleToSalInt64()
363 nRes = (sal_Int64) ImpRound( d ); in ImpDoubleToSalInt64()
389 d = (double)(sal_Int64) n; in ImpSalUInt64ToDouble()
394 sal_Int64 ImpGetInt64( const SbxValues* p ) in ImpGetInt64()
397 sal_Int64 nRes; in ImpGetInt64()
418 nRes = (sal_Int64) p->nULong; break; in ImpGetInt64()
449 nRes = (sal_Int64) p->uInt64; in ImpGetInt64()
526 void ImpPutInt64( SbxValues* p, sal_Int64 n ) in ImpPutInt64()
675 *p->puInt64 = (sal_Int64) n; break; in ImpPutInt64()
[all …]
H A Dsbxvalue.cxx690 GET( GetInt64, SbxSALINT64, sal_Int64, nInt64 ) in GET()
959 PUT( PutInt64, SbxSALINT64, sal_Int64, nInt64 ) in PUT()
/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx450 oid.append( (sal_Int64)xHome.get(), 16 ); in cppu_cppenv_computeObjectIdentifier()
457 oid.append( (sal_Int64)((uno_Environment *)pEnv)->pContext, 16 ); in cppu_cppenv_computeObjectIdentifier()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx52 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp2uno_call()
223 sal_Int64 nRegReturn ) in cpp_vtable_call()
H A Duno2cpp.cxx66 char * pCppStack = (char *)alloca( ((nParams+3) * sizeof(sal_Int64)) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx53 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp2uno_call()
234 sal_Int64 * pRegisterReturn /* space for register return */ ) in cpp_mediate()
374 sal_Int64 nRegReturn; in cpp_vtable_call()

Completed in 105 milliseconds

12345678910>>...43