Home
last modified time | relevance | path

Searched refs:lId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/source/ref/
H A Derrinf.cxx66 static ErrorInfo *GetDynamicErrorInfo(sal_uIntPtr lId);
141 ErrorInfo *ErrorInfo::GetErrorInfo(sal_uIntPtr lId) in GetErrorInfo() argument
143 if(lId & ERRCODE_DYNAMIC_MASK) in GetErrorInfo()
144 return EDcr_Impl::GetDynamicErrorInfo(lId); in GetErrorInfo()
146 return new ErrorInfo(lId); in GetErrorInfo()
168 ErrorInfo* EDcr_Impl::GetDynamicErrorInfo(sal_uIntPtr lId) in GetDynamicErrorInfo() argument
172 if(pDcr && (sal_uIntPtr)(*pDcr)==lId) in GetDynamicErrorInfo()
175 return new ErrorInfo(lId & ~ERRCODE_DYNAMIC_MASK); in GetDynamicErrorInfo()
299 if(!lId || lId == ERRCODE_ABORT) in HandleError_Impl()
302 ErrorInfo *pInfo=ErrorInfo::GetErrorInfo(lId); in HandleError_Impl()
[all …]
/trunk/main/rsc/source/tools/
H A Drscdef.cxx265 lId = lDefId; in RscDefine()
275 pExpression->Evaluate( &lId ); in RscDefine()
325 SetName( ByteString::CreateFromInt32( lId ) ); in DefineToNumber()
341 pExp->Evaluate( &lId ); in ChangeMacro()
349 lId = lIdentifier; in ChangeMacro()
365 bRet = !pExp->Evaluate( &lId ); in Evaluate()
396 return ByteString::CreateFromInt32( lId ); in GetMacro()
1113 sal_Int32 lId, sal_uLong lPos ) in NewDef() argument
1121 pDef = pFile->aDefLst.New( lFileKey, rDefName, lId, lPos ); in NewDef()
1218 sal_Bool RscFileTab::ChangeDef( const ByteString & rDefName, sal_Int32 lId ) in ChangeDef() argument
[all …]
/trunk/main/rsc/inc/
H A Drscdef.hxx126 sal_Int32 lId; // Identifier member in RscDefine
148 sal_Int32 GetNumber() const { return lId; } in GetNumber()
250 sal_Int32 lId, sal_uLong lPos );
254 sal_Bool ChangeDef( const ByteString & rDefName, sal_Int32 lId );
/trunk/main/tools/inc/tools/
H A Derrinf.hxx201 static sal_uInt16 HandleError_Impl( sal_uIntPtr lId,
215 static sal_uInt16 HandleError ( sal_uIntPtr lId, sal_uInt16 nMask = USHRT_MAX );
216 static sal_Bool GetErrorString( sal_uIntPtr lId, String& rStr );
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx2164 void SfxWorkWindow::SetChildWindowVisible_Impl( sal_uInt32 lId, sal_Bool bEnabled, sal_uInt16 nMode… in SetChildWindowVisible_Impl() argument
2166 sal_uInt16 nInter = (sal_uInt16) ( lId >> 16 ); in SetChildWindowVisible_Impl()
2167 sal_uInt16 nId = (sal_uInt16) ( lId & 0xFFFF ); in SetChildWindowVisible_Impl()
2205 pCW = new SfxChildWin_Impl( lId ); in SetChildWindowVisible_Impl()

Completed in 41 milliseconds