Home
last modified time | relevance | path

Searched refs:sal_uInt16 (Results 426 – 450 of 6128) sorted by relevance

1...<<11121314151617181920>>...246

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.hxx39 sal_uInt16 nValue; // Der Daten-Wert.
41 sal_uInt16 nCodeBits; // Laenge des Codes in Bits.
47 sal_uInt16 nValue;
48 sal_uInt16 nCodeBits;
68 sal_uInt16 nHuffmanTableSize,
69 sal_uInt16 nMaxCodeBits);
78 sal_uInt16 nMaxCodeBits);
81 sal_uInt16 nBitPos, sal_uInt16 nNumBits,
84 sal_uInt16 CountBits(const sal_uInt8 * pData, sal_uInt16 nDataSizeBits,
85 sal_uInt16 nBitPos, sal_uInt8 nBlackOrWhite);
[all …]
/trunk/main/store/source/
H A Dstortree.cxx54 sal_uInt16 const n = capacityCount(); in OStoreBTreeNodeData()
57 for (sal_uInt16 i = 1; i < n; i++) in OStoreBTreeNodeData()
74 return ((sal_uInt16)(m)); in find()
81 sal_uInt16 const k = ((sal_uInt16)(r)); in find()
93 sal_uInt16 const n = usageCount(); in insert()
94 sal_uInt16 const m = capacityCount(); in insert()
111 sal_uInt16 const n = usageCount(); in remove()
129 sal_uInt16 const n = usageCount();
157 for (sal_uInt16 i = n; i < m; i++) in truncate()
187 sal_uInt16 nIndexL, in split()
[all …]
/trunk/main/editeng/source/items/
H A Dbulitem.cxx33 #define BULITEM_VERSION ((sal_uInt16)2)
43 sal_uInt16 nTemp; in StoreFont()
46 nTemp = (sal_uInt16)rFont.GetFamily(); rStream << nTemp; in StoreFont()
49 …nTemp = (sal_uInt16)GetSOStoreTextEncoding((rtl_TextEncoding)rFont.GetCharSet(), (sal_uInt16)rStre… in StoreFont()
52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont()
53 nTemp = (sal_uInt16)rFont.GetAlign(); rStream << nTemp; in StoreFont()
54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont()
74 sal_uInt16 nTemp; in CreateFont()
79 …nTemp = (sal_uInt16)GetSOLoadTextEncoding((rtl_TextEncoding)nTemp, (sal_uInt16)rStream.GetVersion(… in CreateFont()
120 …tem::SvxBulletItem( sal_uInt8 nNewStyle, const Font& rFont, sal_uInt16 /*nStart*/, sal_uInt16 _nWh… in SvxBulletItem() argument
[all …]
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx51 sal_uInt16 SwEditShell::GetFldTypeCount(sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldTypeCount()
62 sal_uInt16 nUsed = 0; in GetFldTypeCount()
73 sal_uInt16 nIdx = 0; in GetFldTypeCount()
74 for(sal_uInt16 i = 0; i < nSize; ++i) in GetFldTypeCount()
87 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nFld, sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldType()
98 sal_uInt16 i, nUsed = 0; in GetFldType()
112 sal_uInt16 nIdx = 0; in GetFldType()
113 for(sal_uInt16 i = 0; i < nSize; ++i) in GetFldType()
140 void SwEditShell::RemoveFldType(sal_uInt16 nFld, sal_uInt16 nResId) in RemoveFldType()
150 sal_uInt16 nIdx = 0; in RemoveFldType()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx380 sal_uInt16 nActualPageNum = 0; in ChangeEditMode()
439 for (sal_uInt16 i = 0; i < nPageCnt; i++) in ChangeEditMode()
470 sal_uInt16 nActualMasterPageNum = 0; in ChangeEditMode()
586 sal_uInt16 nMetric = (sal_uInt16)GetDoc()->GetUIUnit(); in CreateHRuler()
620 sal_uInt16 nMetric = (sal_uInt16)GetDoc()->GetUIUnit(); in CreateVRuler()
771 sal_uInt16 nActualMasterPageNum = 0; in ResetActualPage()
1195 sal_uInt16 nNum = pMaster->GetPageNum(); in SwitchPage()
1419 sal_uInt16 nPage, in AcceptDrop()
1420 sal_uInt16 nLayer ) in AcceptDrop()
1441 sal_uInt16 nPage, in ExecuteDrop()
[all …]
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx358 sal_uInt16 nIndex; in getHashTable()
359 sal_uInt16 nId; in getHashTable()
401 sal_uInt16 nIndex; in getHashTable()
402 sal_uInt16 nId; in getHashTable()
682 sal_uInt16 nStt = 0; in getNameFromId()
767 sal_uInt16 nStt = 0; in fillNameFromId()
887 …* SwStyleNameMapper::NewUINameArray( SvStringsDtor*& pNameArray, sal_uInt16 nStt, sal_uInt16 nEnd ) in NewUINameArray()
1089 static sal_uInt16 nIds[] = in GetSpecialExtraProgName()
1097 const sal_uInt16 * pIds; in GetSpecialExtraProgName()
1116 static sal_uInt16 nIds[] = in GetSpecialExtraUIName()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx197 splitPolicy(const sal_uInt16 nWhichNew, const sal_uInt16 nWhichOther) in splitPolicy()
1138 sal_uInt16 nDelMsg = 0; in DestroyAttr()
1292 sal_uInt16 nInsMode = nMode; in InsertHint()
1701 const sal_uInt16 nWhich, in DeleteAttributes()
1930 sal_uInt16 nCount = 0; in SetAttr()
2153 const sal_uInt16 coArrSz = static_cast<sal_uInt16>(RES_TXTATR_WITHEND_END) - in GetAttr()
2320 typedef std::pair<sal_uInt16, sal_uInt16> AttrSpan_t;
2388 sal_uInt16 nLastEnd(0); in lcl_CollectHintSpans()
2703 sal_uInt16 i = 0; in MergePortions()
2807 sal_uInt16 nSortNumber = 0; in lcl_CheckSortNumber()
[all …]
/trunk/main/idl/inc/
H A Dtypes.hxx55 SvStream & rOutStm, sal_uInt16 nTab,
60 SvStream & rOutStm, sal_uInt16 nTab );
113 SvStream & rOutStm, sal_uInt16 nTab,
115 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
165 sal_uInt16 nTab );
168 sal_uInt16 nTab,
174 sal_uInt16 nTab );
237 SvStream & rOutStm, sal_uInt16 nTab );
302 sal_uInt16 nTab );
310 sal_uInt16 GetMaxValue() const;
[all …]
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx142 typedef sal_uInt16 SfxItemState;
183 sal_uInt16 nWhich;
184 sal_uInt16 nKind;
188 inline void SetKind( sal_uInt16 n );
202 SfxPoolItem( sal_uInt16 nWhich = 0 );
212 sal_uInt16 Which() const { in Which()
227 virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const;
301 inline void SfxPoolItem::SetKind( sal_uInt16 n ) in SetKind()
359 SfxVoidItem( sal_uInt16 nWhich );
360 SfxVoidItem( sal_uInt16 nWhich, SvStream & );
[all …]
H A Dcintitem.hxx41 CntByteItem(sal_uInt16 which = 0, sal_uInt8 nTheValue = 0): in CntByteItem()
44 CntByteItem(sal_uInt16 which, SvStream & rStream);
97 sal_uInt16 m_nValue;
102 CntUInt16Item(sal_uInt16 which = 0, sal_uInt16 nTheValue = 0): in CntUInt16Item()
106 CntUInt16Item(sal_uInt16 which, SvStream & rStream);
137 virtual sal_uInt16 GetMin() const;
139 virtual sal_uInt16 GetMax() const;
145 inline void SetValue(sal_uInt16 nTheValue);
168 CntInt32Item(sal_uInt16 which, SvStream & rStream);
195 virtual SvStream & Store(SvStream &, sal_uInt16) const;
[all …]
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx69 sal_uInt16 nRows, nCols;
70 sal_uInt16 nAdjust;
73 SwUndoInsTbl( const SwPosition&, sal_uInt16 nCols, sal_uInt16 nRows,
96 sal_uInt16 nAdjust;
123 sal_uInt16 nAdjust;
125 sal_uInt16 nHdlnRpt;
216 void SetColWidthParam( sal_uLong nBoxIdx, sal_uInt16 nMode, sal_uInt16 nType, in SetColWidthParam()
355 sal_uInt16 nMode;
376 sal_uInt16 nOldHeadline;
377 sal_uInt16 nNewHeadline;
[all …]
/trunk/main/cui/source/inc/
H A Dchardlg.hxx44 #define DISABLE_BLINK ((sal_uInt16)0x0004)
61 sal_uInt16 nResIdPrewievWin, sal_uInt16 nResIdFontTypeFT );
170 static sal_uInt16* GetRanges();
232 sal_uInt16 m_nHtmlMode;
259 static sal_uInt16* GetRanges();
304 sal_uInt16 m_nScaleWidthItemSetVal;
305 sal_uInt16 m_nScaleWidthInitialVal;
336 static sal_uInt16* GetRanges();
360 sal_uInt16 m_nStartBracketPosition;
361 sal_uInt16 m_nEndBracketPosition;
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx149 sal_uInt16 nType;
422 for (sal_uInt16 i=0; i<nCount; i++) in GetKeyForName()
439 for (sal_uInt16 i=0; i<nCount; i++) in AddKey()
462 for (sal_uInt16 i=0; i<nCount; i++) in SetUsed()
486 for (sal_uInt16 i=0; i<nCount; i++) in RemoveVolatileFormats()
950 sal_uInt16 nAttrEnum; in SvXMLNumFmtElementContext()
1399 sal_uInt16 nAttrEnum; in SvXMLNumFormatContext()
1882 sal_uInt16 nPrec = 0; in AddNumber()
1883 sal_uInt16 nLeading = 0; in AddNumber()
1913 sal_uInt16 nGenPrec = nPrec; in AddNumber()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx330 sal_uInt16 nIdx1, in GetContentCount()
331 sal_uInt16 /*nIdx2*/) in GetContentCount()
360 void SfxObjectShell::TriggerHelpPI(sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16) in TriggerHelpPI() argument
394 sal_uInt16 i, in GetContent()
395 sal_uInt16 nIdx1, in GetContent()
409 sal_uInt16 i, in GetContent() argument
509 sal_uInt16 nResId = 0; in GetStyleFamilyBitmap()
695 sal_uInt16 nIdx1, in Remove() argument
696 sal_uInt16 nIdx2, in Remove()
697 sal_uInt16 /*nIdx3*/ in Remove()
[all …]
/trunk/main/vcl/inc/
H A Dimage.h45 void Expand( sal_uInt16 nGrowSize );
47 void Replace( sal_uInt16 nPos, sal_uInt16 nSrcPos );
48 void Replace( sal_uInt16 nPos, const ImplImageBmp& rImageBmp, sal_uInt16 nSrcPos );
55 BitmapEx GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const;
57 …void Draw( sal_uInt16 nPos, OutputDevice* pDev, const Point& rPos, sal_uInt16 nStyle, const Size*…
66 sal_uInt16 mnSize;
90 sal_uInt16 mnId;
95 sal_uInt16 nId, const BitmapEx &aBitmap );
125 void RemoveImage( sal_uInt16 nPos );
126 sal_uInt16 GetImageCount() const;
[all …]
/trunk/main/tools/source/memtools/
H A Dcontnr.cxx174 void CBlock::Insert( void* p, sal_uInt16 nIndex, sal_uInt16 nReSize ) in Insert()
230 CBlock* CBlock::Split( void* p, sal_uInt16 nIndex, sal_uInt16 nReSize ) in Split()
234 sal_uInt16 nNewSize; in Split()
235 sal_uInt16 nMiddle; in Split()
367 void* CBlock::Remove( sal_uInt16 nIndex, sal_uInt16 nReSize ) in Remove()
588 Container::Container( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) in Container()
1380 sal_uInt16 nBlockCount; in GetPos()
1381 sal_uInt16 i; in GetPos()
1426 sal_uInt16 nBlockCount; in GetPos()
1427 sal_uInt16 i; in GetPos()
[all …]
/trunk/main/svtools/source/misc/
H A Dimap.cxx51 sal_uInt16 IMapObject::nActualTextEncoding = (sal_uInt16) RTL_TEXTENCODING_DONTKNOW;
81 sal_uInt16 IMapObject::GetVersion() const in GetVersion()
100 rOStm << ( (sal_uInt16) eEncoding ); in Write()
663 sal_uInt16 nCount = aPoly.GetSize(); in Scale()
871 const sal_uInt16 nCount = (sal_uInt16) maList.Count(); in operator ==()
943 sal_uInt16 ImageMap::GetVersion() const in GetVersion()
1042 sal_uInt16 nCount = (sal_uInt16) maList.Count(); in Scale()
1078 sal_uInt16 nCount = (sal_uInt16) maList.Count(); in ImpWriteImageMap()
1099 sal_uInt16 nType; in ImpReadImageMap()
1149 sal_uInt16 nCount = (sal_uInt16) GetIMapObjectCount(); in Write()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx89 sal_uInt16 m_nLen;
181 sal_uInt16 n; in GetSlot()
190 sal_uInt16 nRet; in BuildGetSlot()
271 sal_uInt16 n; in BuildStylesTable()
311 sal_uInt16 nWwNext, sal_uInt16 nWwId, sal_uInt16 /*nId*/ ) in StartStyle()
342 sal_uInt16 nLen = static_cast< sal_uInt16 >( ( pData - aWW8_STD ) + 1 + in StartStyle()
585 sal_uInt16 n; in OutputStylesTable()
742 sal_uInt16 nRet; in GetId()
1820 sal_uInt16 i; in WritePlcSed()
1976 sal_uInt16 i; in WriteGenericTxt()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dmnuitem.hxx58 SfxMenuControl( sal_uInt16, SfxBindings&);
61 static void RegisterControl( sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL );
66 void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
69 void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
86 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
101 SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&,
103 SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&,
118 sal_uInt16 nSlotId;
121 TypeId nTheTypeId, sal_uInt16 nTheSlotId ): in SfxMenuCtrlFactory()
146 static void RegisterControl(sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL)
[all …]
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx81 for ( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in ImplDestroyColorEntries()
117 sal_uInt16 ColorListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
174 sal_uInt16 nCount = (sal_uInt16) rBox.pColorList->Count(); in CopyEntries()
188 for( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in GetEntryPos()
419 sal_uInt16 LineListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
491 return (sal_uInt16)n; in GetEntryPos()
603 sal_uInt16 mnType;
743 sal_uInt16 nMaxLen = 0; in ImplCalcUserItemSize()
1282 sal_uInt16 nPos = 0; in Fill()
1333 void FontSizeBox::EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax, sal_uInt16 nStep ) in EnableRelativeMode()
[all …]
/trunk/main/tools/inc/tools/
H A Dstream.hxx54 typedef sal_uInt16 StreamMode;
89 #define COMPRESSMODE_FULL (sal_uInt16)0xFFFF
90 #define COMPRESSMODE_NONE (sal_uInt16)0x0000
263 sal_uInt16 nNumberFormatInt;
264 sal_uInt16 nCompressMode;
294 sal_uInt16 eStreamMode;
575 virtual sal_uInt16 IsA() const;
643 rUShort = (sal_uInt16)nTmp; in ReadNumber()
734 sal_uInt16 nLockCounter;
768 virtual sal_uInt16 IsA() const;
[all …]
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx63 static String getLabelString( sal_uInt16 _nResId ) in getLabelString()
225 implEnableItem( (sal_uInt16)_nFeatureId, _bEnabled ); in enableFeature()
263 sal_uInt16 nId; in implInit()
375 for ( sal_uInt16 i=0; i<nItemCount; ++i ) in implUpdateImages()
377 sal_uInt16 nId = m_pToolbar->GetItemId( i ); in implUpdateImages()
428 const sal_uInt16* pGroupIds = NULL; in ShowFunctionGroup()
434 static const sal_uInt16 aPositionIds[] = { in ShowFunctionGroup()
442 static const sal_uInt16 aNavigationIds[] = { in ShowFunctionGroup()
450 static const sal_uInt16 aActionIds[] = { in ShowFunctionGroup()
458 static const sal_uInt16 aFilterSortIds[] = { in ShowFunctionGroup()
[all …]
/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx51 sal_uInt16 _nSID;
56 sal_uInt16 nId;
59 SfxSlotType_Impl( sal_uInt16 nTheId, TypeId nTheType ): in SfxSlotType_Impl()
64 DECL_2BYTEARRAY(SfxSlotGroupArr_Impl, sal_uInt16, 6, 4)
97 for ( sal_uInt16 n =_pTypes->Count(); n--; ) in ~SfxSlotPool()
130 for ( sal_uInt16 n=0; n<rGroups.Count(); n++ ) in RegisterInterface()
152 sal_uInt16 nPos; in RegisterInterface()
203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot()
224 String SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup()
244 sal_uInt16 i; in SeekGroup()
[all …]
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx70 const sal_uInt16 BIFF12_SHEETVIEW_WINPROTECTED = 0x0001;
71 const sal_uInt16 BIFF12_SHEETVIEW_SHOWFORMULAS = 0x0002;
72 const sal_uInt16 BIFF12_SHEETVIEW_SHOWGRID = 0x0004;
290 sal_uInt16 nFlags; in importSheetView()
355 sal_uInt16 nFlags; in importChartSheetView()
381 sal_uInt16 nFlags; in importWindow2()
405 sal_uInt16 nPageZoom, nNormalZoom; in importWindow2()
424 sal_uInt16 nSplitX, nSplitY; in importPane()
441 sal_uInt16 nNum, nDenom; in importScl()
459 sal_uInt16 nActiveCellId; in importSelection()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx549 sal_uInt16 nNum;
607 sal_uInt16 nNeuPos;
645 void ImpInsertPage(sal_uInt16 nNum);
646 void ImpRemovePage(sal_uInt16 nNum);
647 void ImpMovePage(sal_uInt16 nOldNum, sal_uInt16 nNewNum);
667 sal_uInt16 nPageNum;
758 sal_uInt16 nOldPageNum;
759 sal_uInt16 nNewPageNum;
762 SdrUndoSetPageNum(SdrPage& rNewPg, sal_uInt16 nOldPageNum1, sal_uInt16 nNewPageNum1) in SdrUndoSetPageNum()
797 sal_uInt16 maOldMasterPageNumber;
[all …]

Completed in 171 milliseconds

1...<<11121314151617181920>>...246