Lines Matching refs:sal_uInt16

75 static sal_uInt16 pTypeList[SC_CONTENT_COUNT] =
134 sal_uInt16 i; in ScContentTree()
162 sal_uInt16 nType; in getAltLongDescText()
177 sal_uInt16 nTabCount = pDoc->GetTableCount(); in getAltLongDescText()
178 for (sal_uInt16 nTab=0; nTab<nTabCount; nTab++) in getAltLongDescText()
219 void ScContentTree::InitRoot( sal_uInt16 nType ) in InitRoot()
233 sal_uInt16 nPos = nRootType ? 0 : pPosList[nType]-1; in InitRoot()
254 for (sal_uInt16 i=1; i<SC_CONTENT_COUNT; i++) in ClearAll()
258 void ScContentTree::ClearType(sal_uInt16 nType) in ClearType()
274 void ScContentTree::InsertContent( sal_uInt16 nType, const String& rValue ) in InsertContent()
291 void ScContentTree::GetEntryIndexes( sal_uInt16& rnRootIndex, sal_uLong& rnChildIndex, SvLBoxEntry*… in GetEntryIndexes()
301 for( sal_uInt16 nRoot = 1; !bFound && (nRoot < SC_CONTENT_COUNT); ++nRoot ) in GetEntryIndexes()
334 sal_uInt16 nRoot; in GetChildIndex()
346 sal_uInt16 nCount = pDbNames->GetCount(); in lcl_GetDBAreaRange()
347 for ( sal_uInt16 i=0; i<nCount; i++ ) in lcl_GetDBAreaRange()
364 sal_uInt16 nType; in IMPL_LINK()
460 sal_uInt16 nType; in KeyInput()
487 sal_uInt16 nType; in KeyInput()
620 sal_uInt16 i=0; in Command()
621 sal_uInt16 nPos=0; in Command()
664 sal_uInt16 nId = aDropMenu.GetSelected(); in Command()
670 sal_uInt16 nId = aDocMenu.GetSelected(); in Command()
757 void ScContentTree::ObjectFresh( sal_uInt16 nType,SvLBoxEntry* pEntry ) in ObjectFresh()
804 void ScContentTree::Refresh( sal_uInt16 nType ) in Refresh()
877 sal_uInt16 nCount = pRangeNames->GetCount(); in GetAreaNames()
880 sal_uInt16 nValidCount = 0; in GetAreaNames()
882 sal_uInt16 i; in GetAreaNames()
892 sal_uInt16 j; in GetAreaNames()
923 sal_uInt16 nCount = pDbNames->GetCount(); in GetDbNames()
926 for ( sal_uInt16 i=0; i<nCount; i++ ) in GetDbNames()
939 bool ScContentTree::IsPartOfType( sal_uInt16 nContentType, sal_uInt16 nObjIdentifier ) // static in IsPartOfType()
959 void ScContentTree::GetDrawNames( sal_uInt16 nType ) in GetDrawNames()
978 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in GetDrawNames()
1061 sal_uInt16 nCount = rLinks.Count(); in GetLinkNames()
1062 for (sal_uInt16 i=0; i<nCount; i++) in GetLinkNames()
1082 sal_uInt16 nCount = rLinks.Count(); in GetLink()
1083 for (sal_uInt16 i=0; i<nCount; i++) in GetLink()
1196 sal_Bool ScContentTree::DrawNamesChanged( sal_uInt16 nType ) in DrawNamesChanged()
1219 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in DrawNamesChanged()
1251 sal_Bool lcl_GetRange( ScDocument* pDoc, sal_uInt16 nType, const String& rName, ScRange& rRange ) in lcl_GetRange()
1254 sal_uInt16 nPos; in lcl_GetRange()
1282 void lcl_DoDragObject( ScDocShell* pSrcShell, const String& rName, sal_uInt16 nType, Window* pWin ) in lcl_DoDragObject()
1290sal_uInt16 nDrawId = sal::static_int_cast<sal_uInt16>( bOle ? OBJ_OLE2 : ( bGraf ? OBJ_GRAF : OBJ_… in lcl_DoDragObject()
1320 void lcl_DoDragCells( ScDocShell* pSrcShell, const ScRange& rRange, sal_uInt16 nFlags, Window* pWin… in lcl_DoDragCells()
1360 sal_uInt16 nType; in DoDrag()
1393 sal_uInt16 nDropMode = pParentWindow->GetDropMode(); in DoDrag()
1565 void ScContentTree::SetRootType( sal_uInt16 nNew ) in SetRootType()
1580 sal_uInt16 nNew = SC_CONTENT_ROOT; in ToggleRoot()
1587 for (sal_uInt16 i=1; i<SC_CONTENT_COUNT; i++) in ToggleRoot()
1698 sal_uInt16 nRootSel = pSettings->GetRootSelected(); in ApplySettings()
1701 for( sal_uInt16 nEntry = 1; nEntry < SC_CONTENT_COUNT; ++nEntry ) in ApplySettings()
1733 for( sal_uInt16 nEntry = 1; nEntry < SC_CONTENT_COUNT; ++nEntry ) in StoreSettings()
1738 sal_uInt16 nRoot; in StoreSettings()
1749 ScContentLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, in ScContentLBoxString()
1752 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
1758 sal_uInt16 nColToHilite = 1; //0==Bitmap;1=="Spalte1";2=="Spalte2" in InitEntry()
1764 void ScContentLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint()