/aoo42x/main/rsc/source/parser/ |
H A D | yyrscyacc.y | 147 $4.GetLong(), LIST_APPEND ) ) 944 $$.SetLong( - $2.GetLong() ); 962 $$.SetLong( $1.GetLong() + $3.GetLong() ); 973 $$.SetLong( $1.GetLong() - $3.GetLong() ); 984 $$.SetLong( $1.GetLong() * $3.GetLong() ); 994 if( 0 == $3.GetLong() ){ 1000 $$.SetLong( $1.GetLong() / $3.GetLong() ); 1012 $$.SetLong( $1.GetLong() & $3.GetLong() ); 1023 $$.SetLong( $1.GetLong() | $3.GetLong() ); 1038 $$.SetLong( $1.GetLong() << $3.GetLong() ); [all …]
|
H A D | rscdb.cxx | 641 sal_uInt32 nId = rMem.GetLong( 0 ); in IMPL_LINK_INLINE_END() 642 sal_uInt32 nRT = rMem.GetLong( 4 ); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/tools/inc/tools/ |
H A D | resmgr.hxx | 193 static sal_Int32 GetLong( void * pLong ); 222 return (sal_uInt32)ResMgr::GetLong( &nId ); in GetId() 226 return (RESOURCE_TYPE)ResMgr::GetLong( &nRT ); in GetRT() 230 return (sal_uInt32)ResMgr::GetLong( &nGlobOff ); in GetGlobOff() 234 return (sal_uInt32)ResMgr::GetLong( &nLocalOff ); in GetLocalOff()
|
H A D | rc.hxx | 72 { return ResMgr::GetLong( pLong ); } in GetLongRes()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 262 nCode = rPar.Get( 1 )->GetLong(); in RTLFUNC() 980 sal_Int32 lStartPos = rPar.Get(1)->GetLong(); in RTLFUNC() 1063 lStartPos = rPar.Get(3)->GetLong(); in RTLFUNC() 1288 sal_Int32 n = rPar.Get(3)->GetLong(); in RTLFUNC() 1387 lStartPos = rPar.Get(4)->GetLong(); in RTLFUNC() 1399 lCount = rPar.Get(5)->GetLong(); in RTLFUNC() 1695 sal_Int32 lCount = rPar.Get(1)->GetLong(); in RTLFUNC() 3299 sal_Int32 nPos = rPar.Get(2)->GetLong(); in RTLFUNC() 4499 sal_Int32 nNumber = rPar.Get(1)->GetLong(); in RTLFUNC() 4500 sal_Int32 nStart = rPar.Get(2)->GetLong(); in RTLFUNC() [all …]
|
H A D | methods1.cxx | 376 nVal = pSbxVariable->GetLong(); in RTLFUNC() 524 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() 540 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() 556 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() 603 nWait = rPar.Get(1)->GetLong(); in Wait_Impl() 827 sal_Int32 ub = rPar.Get(i+1)->GetLong(); in RTLFUNC() 996 *pStrm << rVar.GetLong(); in lcl_WriteSbxVariable() 1190 long nRecordNo = pVar2->GetLong(); in PutGet() 1329 rPar.Get(0)->PutDouble( GetDialogZoomFactor( sal_True, rPar.Get(1)->GetLong() )); in RTLFUNC() 1711 nCount = rPar.Get(3)->GetLong(); in RTLFUNC() [all …]
|
H A D | inputbox.cxx | 181 nX = rPar.Get(4)->GetLong(); in IMPL_LINK_INLINE_END() 182 nY = rPar.Get(5)->GetLong(); in IMPL_LINK_INLINE_END()
|
H A D | step0.cxx | 800 sal_Int32 lb = pDims->Get( i++ )->GetLong(); in DimImpl() 801 sal_Int32 ub = pDims->Get( i++ )->GetLong(); in DimImpl()
|
H A D | props.cxx | 58 sal_Int32 nVal = rPar.Get( 0 )->GetLong(); in RTLFUNC()
|
H A D | dllmgr.cxx | 279 add(blob, variable->GetLong(), 4, offset); in marshal()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 354 if( !bLastCharIsPoint || !pFnd->GetLong().Len() || in ChgAutoCorrWord() 355 '.' != pFnd->GetLong().GetChar( pFnd->GetLong().Len() - 1 ) ) in ChgAutoCorrWord() 358 pDoc->ReplaceRange( aPam, pFnd->GetLong(), false); in ChgAutoCorrWord()
|
/aoo42x/main/tools/source/rc/ |
H A D | resmgr.cxx | 614 lContLen = ResMgr::GetLong( &lContLen ); in Create() 639 pContent[0].nOffset = ResMgr::GetLong( pContentBuf+8 ); in Create() 645 pContent[j].nOffset = ResMgr::GetLong( pContentBuf + (12*j+8) ); in Create() 1322 sal_Int32 ResMgr::GetLong( void * pLong ) in GetLong() function in ResMgr 1734 sal_Int32 n = GetLong( GetClass() ); in ReadLong()
|
/aoo42x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 545 *plValue = GetLong(); in Evaluate() 570 rStr += ByteString::CreateFromInt32( GetLong() ); in GetMacro()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | edtspell.cxx | 737 pImpEE->ImpInsertText( aSel, pFnd->GetLong() ); in ChgAutoCorrWord() 738 nCursor = nCursor + pFnd->GetLong().Len(); in ChgAutoCorrWord()
|
/aoo42x/main/editeng/source/misc/ |
H A D | SvXMLAutoCorrectExport.cxx | 70 OUString(p->IsTextOnly() ? p->GetLong() : p->GetShort())); in exportDoc()
|
/aoo42x/main/rsc/inc/ |
H A D | rsctools.hxx | 112 sal_uInt32 GetLong( sal_uInt32 nPos ) in GetLong() function in RscWriteRc
|
H A D | rscdef.hxx | 64 sal_Int32 GetLong() const{ in GetLong() function in RscExpType
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docbasic.cxx | 75 pUnoArgs[i] <<= (sal_Int32)pVar->GetLong(); in lcl_docbasic_convertArgs()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxlng.cxx | 142 nRes = pVal->GetLong(); in ImpGetLong()
|
H A D | sbxarray.cxx | 790 sal_Int32 nIdx = pPar->Get( nOff++ )->GetLong(); in Offset32()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 121 const String& GetLong() const { return sLong; } in GetLong() function in SvxAutocorrWord
|
/aoo42x/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 1107 pWordPtr->GetLong(), pDouble->sLong ) ) ) in FillItemSet() 1170 pWordPtr->GetLong(), sLong ))) in FillItemSet() 1289 sEntry += pWordPtr->GetLong(); in RefillReplaceBox()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 296 sal_Int32 GetLong() const;
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1197 sal_Int32 n = pVar->GetLong(); in sbxToUnoValueImpl() 1213 sal_uInt32 n = pVar->GetLong(); in sbxToUnoValueImpl() 1455 aRetVal = int2enum( pVar->GetLong(), rType ); in sbxToUnoValue() 1619 case TypeClass_LONG: aRetVal <<= (sal_Int32)( pVar->GetLong() ); break; in sbxToUnoValue()
|
/aoo42x/main/basic/source/comp/ |
H A D | dim.cxx | 755 nCurrentEnumValue = xConvertVar->GetLong(); in DefEnum()
|