Lines Matching refs:sal_uInt16

134 sal_uInt16			ScGlobal::nDefFontHeight		= 240;
135 sal_uInt16 ScGlobal::nStdRowHeight = 257;
140 static sal_uInt16 nPPTZoom = 0; // ScreenZoom used to determine nScreenPPTX/Y
145 sal_uInt16 nScClickMouseModifier = 0; //! dito
146 sal_uInt16 nScFillModeMouseModifier = 0; //! dito
161 const sal_uInt16 nWhich ) in HasAttrChanged()
347 const String& ScGlobal::GetRscString( sal_uInt16 nIndex ) in GetRscString()
390 String ScGlobal::GetErrorString(sal_uInt16 nErrNumber) in GetErrorString()
416 String ScGlobal::GetLongErrorString(sal_uInt16 nErrNumber) in GetLongErrorString()
546 for( sal_uInt16 nC = 0 ; nC < STR_COUNT ; nC++ ) ppRscString[ nC ] = NULL; in Init()
571 sal_uInt16 nCurrentZoom = Application::GetSettings().GetStyleSettings().GetScreenZoom(); in UpdatePPT()
621 nDefFontHeight = (sal_uInt16) aVirtWindow.PixelToLogic(Size(0, aVirtWindow.GetTextHeight()), in InitTextHeight()
626 nStdRowHeight = (sal_uInt16) ( nDefFontHeight + in InitTextHeight()
642 for( sal_uInt16 nC = 0 ; nC < STR_COUNT ; nC++ ) in Clear()
911 if ( !memcmp( aStream1.GetData(), aStream2.GetData(), (sal_uInt16) nSize ) ) in EETextObjEqual()
982 sal_uInt16 ScGlobal::GetScriptedWhichID( sal_uInt8 nScriptType, sal_uInt16 nWhich ) in GetScriptedWhichID()
1113 sal_uInt16 GetNum();
1125 sal_uInt16 nArgs = pDesc->nArgCount; in ScFuncRes()
1133 for (sal_uInt16 i = 0; i < nArgs; i++) in ScFuncRes()
1140 sal_uInt16 nSuppressed = GetNum(); in ScFuncRes()
1149 for (sal_uInt16 i=0; i < nSuppressed; ++i) in ScFuncRes()
1151 sal_uInt16 nParam = GetNum(); in ScFuncRes()
1185 for (sal_uInt16 i = 0; i < nArgs; i++) in ScFuncRes()
1197 sal_uInt16 ScFuncRes::GetNum() in GetNum()
1224 sal_uInt16 i,j; in ScFunctionList()
1225 sal_uInt16 nDescBlock[] = in ScFunctionList()
1230 const sal_uInt16 nBlocks = sizeof(nDescBlock) / sizeof(sal_uInt16); in ScFunctionList()
1234 for ( sal_uInt16 k = 0; k < nBlocks; k++ ) in ScFunctionList()
1269 sal_uInt16 nNextId = SC_OPCODE_LAST_OPCODE_ID + 1; // FuncID for AddIn functions in ScFunctionList()
1290 sal_uInt16 nArgs = pAddInFuncData->GetParamCount() - 1; in ScFunctionList()
1435 sal_uInt16 nArgs = nArgCount; in Clear()
1440 for (sal_uInt16 i=0; i<nArgs; i++ ) in Clear()
1479 sal_uInt16 nLastSuppressed = nArgCount; in GetParamList()
1480 sal_uInt16 nLastAdded = nArgCount; in GetParamList()
1481 for ( sal_uInt16 i=0; i<nArgCount; i++ ) in GetParamList()
1504 sal_uInt16 nFix = nArgCount - VAR_ARGS; in GetParamList()
1505 for ( sal_uInt16 nArg = 0; nArg < nFix; nArg++ ) in GetParamList()
1529 sal_uInt16 nFix = nArgCount - PAIRED_VAR_ARGS; in GetParamList()
1530 for ( sal_uInt16 nArg = 0; nArg < nFix; nArg++ ) in GetParamList()
1625 sal_uInt16 ScFuncDesc::GetSuppressedArgCount() const in GetSuppressedArgCount()
1630 sal_uInt16 nArgs = nArgCount; in GetSuppressedArgCount()
1635 sal_uInt16 nCount = nArgs; in GetSuppressedArgCount()
1636 for (sal_uInt16 i=0; i < nArgs; ++i) in GetSuppressedArgCount()
1678 void ScFuncDesc::fillVisibleArgumentMapping(::std::vector<sal_uInt16>& _rArguments) const in fillVisibleArgumentMapping()
1683 ::std::vector<sal_uInt16>::iterator it = _rArguments.begin(); in fillVisibleArgumentMapping()
1684 for( sal_uInt16 n = 0; n < nArgCount; ++n, ++it ) in fillVisibleArgumentMapping()
1689 sal_uInt16 nArgs = nArgCount; in fillVisibleArgumentMapping()
1694 for (sal_uInt16 i=0; i < nArgs; ++i) in fillVisibleArgumentMapping()
1772 for ( sal_uInt16 i=0; i<MAX_FUNCCAT; i++ ) // Kategorie-Listen erstellen in ScFunctionMgr()
1805 for (sal_uInt16 i = 0; i < MAX_FUNCCAT; i++) in ~ScFunctionMgr()
1824 const ScFuncDesc* ScFunctionMgr::Get( sal_uInt16 nFIndex ) const in Get()
1835 const ScFuncDesc* ScFunctionMgr::First( sal_uInt16 nCategory ) const in First()
1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()
1885 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in fillLastRecentlyUsedFunctions()
1889 for ( sal_uInt16 i=0; i<nLRUFuncCount; i++ ) in fillLastRecentlyUsedFunctions()
1903 return String(ScResId((sal_uInt16)_nCategoryNumber)); in GetCategoryName()