Home
last modified time | relevance | path

Searched refs:sal_uInt16 (Results 351 – 375 of 6128) sorted by relevance

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

/trunk/main/starmath/source/
H A Dmathmlimport.hxx97 sal_uInt16 nImportFlags=IMPORT_ALL);
111 SvXMLImportContext *CreateContext(sal_uInt16 nPrefix,
115 SvXMLImportContext *CreateMathContext(sal_uInt16 nPrefix,
119 SvXMLImportContext *CreateRowContext(sal_uInt16 nPrefix,
123 SvXMLImportContext *CreateFracContext(sal_uInt16 nPrefix,
131 SvXMLImportContext *CreateTextContext(sal_uInt16 nPrefix,
155 SvXMLImportContext *CreateSqrtContext(sal_uInt16 nPrefix,
159 SvXMLImportContext *CreateRootContext(sal_uInt16 nPrefix,
183 SvXMLImportContext *CreateSubContext(sal_uInt16 nPrefix,
187 SvXMLImportContext *CreateSupContext(sal_uInt16 nPrefix,
[all …]
/trunk/main/starmath/inc/
H A Dnode.hxx92 sal_uInt16 nFlags,
120 sal_uInt16 & Flags() { return nFlags; } in Flags()
128 void SetAttribut(sal_uInt16 nAttrib);
165 sal_uInt16 GetRow() const { return (sal_uInt16)aNodeToken.nRow; } in GetRow()
166 sal_uInt16 GetColumn() const { return (sal_uInt16)aNodeToken.nCol; } in GetColumn()
177 const SmNode * FindTokenAt(sal_uInt16 nRow, sal_uInt16 nCol) const;
311 sal_uInt16 nFontDesc;
784 sal_uInt16 nSizeType;
810 sal_uInt16 nNumRows,
822 void SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols);
[all …]
/trunk/main/sw/source/ui/inc/
H A Dview.hxx145 sal_uInt16 nColor;
179 static sal_uInt16 nInsertCtrlState;
202 sal_uInt16 nNewPage;
203 sal_uInt16 nOldPageNum;
251 sal_uInt16 nPageCnt;
254 sal_uInt16 nDrawSfxId;
256 sal_uInt16 nFormSfxId;
257 sal_uInt16 nLastPasteDestination;
499 static sal_uInt16 GetMoveType();
596 void UpdatePageNums(sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, const String& rPgStr);
[all …]
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx124 sal_uInt16& nFmtLbSelPos,
143 sal_uInt16& rCatLbSelPos,
148 sal_uInt16& rCatLbSelPos,
155 sal_uInt16 nPrecision,
156 sal_uInt16 nLeadingZeroes,
157 sal_uInt16 nCurrencyEntryPos);
162 sal_uInt16& rPrecision,
163 sal_uInt16& rLeadingZeroes,
164 sal_uInt16& rCatLbPos );
199 void SetCurrencySymbol(sal_uInt16 nPos);
[all …]
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx104 sal_uInt16 nBase; // Index-Basis
111 inline const String* Get( sal_uInt16 nIndex );
112 inline sal_uInt16 GetLastIndex( void );
113 inline void SetBase( sal_uInt16 nNewBase = 0 );
136 inline const String* NameBuffer::Get( sal_uInt16 n ) in Get()
152 inline sal_uInt16 NameBuffer::GetLastIndex( void ) in GetLastIndex()
156 return ( sal_uInt16 ) ( Count() + nBase ); in GetLastIndex()
203 sal_uInt16 nRelInd;
216 sal_uInt16 nIntCount;
299 sal_Bool GetScTabIndex( sal_uInt16 nExcSheetIndex, sal_uInt16& rIn_LastTab_Out_ScIndex );
[all …]
H A Dxipivot.hxx87 sal_uInt16 GetItemCount() const;
89 const XclImpPCItem* GetItem( sal_uInt16 nItemIdx ) const;
92 const XclImpPCItem* GetLimitItem( sal_uInt16 nItemIdx ) const;
165 sal_uInt16 GetFieldCount() const;
167 const XclImpPCField* GetField( sal_uInt16 nFieldIdx ) const;
191 sal_uInt16 mnSrcType; /// Source data type.
247 const XclImpPTItem* GetItem( sal_uInt16 nItemIdx ) const;
322 sal_uInt16 GetFieldCount() const;
323 const XclImpPTField* GetField( sal_uInt16 nFieldIdx ) const;
324 XclImpPTField* GetFieldAcc( sal_uInt16 nFieldIdx );
[all …]
/trunk/main/sw/source/core/inc/
H A Dtxmsrt.hxx70 sal_uInt16 nOptions;
125 sal_uInt16 nType;
126 static sal_uInt16 nOpt;
188 virtual sal_uInt16 GetLevel() const;
205 virtual sal_uInt16 GetLevel() const;
214 sal_uInt16 nLev;
228 virtual sal_uInt16 GetLevel() const;
243 virtual sal_uInt16 GetLevel() const;
250 sal_uInt16 m_nLevel;
262 virtual sal_uInt16 GetLevel() const;
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx44 void FitToActualSize(SwFmtCol& rCol, sal_uInt16 nWidth) in FitToActualSize()
46 const sal_uInt16 nCount = rCol.GetColumns().Count(); in FitToActualSize()
47 for(sal_uInt16 i = 0; i < nCount; ++i) in FitToActualSize()
63 void SwColMgr::SetCount(sal_uInt16 nCount, sal_uInt16 nGutterWidth) in SetCount()
72 sal_uInt16 SwColMgr::GetGutterWidth( sal_uInt16 nPos ) const in GetGutterWidth()
74 sal_uInt16 nRet; in GetGutterWidth()
91 void SwColMgr::SetGutterWidth(sal_uInt16 nGutterWidth, sal_uInt16 nPos ) in SetGutterWidth()
99 sal_uInt16 nGutterWidth2 = nGutterWidth / 2; in SetGutterWidth()
129 sal_uInt16 SwColMgr::GetColWidth(sal_uInt16 nIdx) const in GetColWidth()
137 void SwColMgr::SetColWidth(sal_uInt16 nIdx, sal_uInt16 nWd) in SetColWidth()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSchWhichPairs.hxx42 const sal_uInt16 nTitleWhichPairs[] =
52 const sal_uInt16 nAxisWhichPairs[] =
63 const sal_uInt16 nAllAxisWhichPairs[] =
72 const sal_uInt16 nGridWhichPairs[] =
78 const sal_uInt16 nLegendWhichPairs[] =
88 const sal_uInt16 nDataLabelWhichPairs[] =
134 const sal_uInt16 nRowWhichPairs[] =
141 const sal_uInt16 nAreaWhichPairs[] =
149 const sal_uInt16 nTextWhichPairs[] =
163 const sal_uInt16 nStatWhichPairs[]=
[all …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx278 sal_uInt16 nInsPos, sal_uInt16 nCnt ) in _InsTblBox()
532 sal_uInt16 nPos = 0; in lcl_SortedTabColInsert()
671 sal_uInt16 i; in GetTabCols()
712 sal_uInt16 i; in GetTabCols()
1150 typedef std::pair<sal_uInt16, sal_uInt16> ColChange;
1160 sal_uInt16 i = 0; in lcl_AdjustWidthsInLine()
1242 sal_uInt16 nPos = (sal_uInt16)nSum; in lcl_CalcNewWidths()
1375 ColChange aChg( (sal_uInt16)nOldPos, (sal_uInt16)nNewPos ); in NewSetTabCols()
1474 sal_uInt16 nRet = 0; in _GetBoxNum()
1970 sal_uInt16 nCalc; in lcl_GetTblBoxColStr()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx149 sal_uInt16 m_nId;
463 sal_uInt16 nX = 0; in ArrangeControls()
464 sal_uInt16 nY = 0; in ArrangeControls()
1047 sal_uInt16 nX = (sal_uInt16)aPoint.X(); in StateChanged()
1184 void DbGridControl::ArrangeControls(sal_uInt16& nX, sal_uInt16 nY) in ArrangeControls()
1262 sal_uInt16 nX = (sal_uInt16)aPoint.X(); in EnableNavigationBar()
1280 sal_uInt16 DbGridControl::SetOptions(sal_uInt16 nOpt) in SetOptions()
1686 sal_uInt16 DbGridControl::AppendColumn(const XubString& rName, sal_uInt16 nWidth, sal_uInt16 nModel… in AppendColumn()
3555 sal_uInt16 nNextNonHidden = (sal_uInt16)-1; in ShowColumn()
3579 sal_uInt16 nNewViewPos = (nNextNonHidden == (sal_uInt16)-1) in ShowColumn()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dfltbase.hxx39 sal_uInt16 nTab; // z.Zt. bearbeitete Tabelle
40 sal_uInt16 nReadBuffSize;// temporaerer Lesepuffer mit
47 inline void Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 );
48 inline void Read( sal_uInt16 &rN );
49 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2 );
50 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2, sal_uInt16 &rN3, sal_uInt16 &rN4 );
85 inline void SwFilterBase::Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read()
91 inline void SwFilterBase::Read( sal_uInt16 &rN ) in Read()
97 inline void SwFilterBase::Read( sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read()
103 inline void SwFilterBase::Read( sal_uInt16 &rN1, sal_uInt16 &rN2, sal_uInt16 &rN3, sal_uInt16 &rN4 ) in Read()
/trunk/main/sw/inc/
H A Ddocary.hxx90 sal_Bool Insert( SwRedlinePtr& p, sal_uInt16& rInsPos, sal_Bool bIns = sal_True );
91 sal_Bool InsertWithValidRanges( SwRedlinePtr& p, sal_uInt16* pInsPos = 0 );
93 void Remove( sal_uInt16 nP, sal_uInt16 nL = 1 );
94 void DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL=1 );
99 sal_uInt16 FindNextOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;
100 sal_uInt16 FindPrevOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;
101 sal_uInt16 FindNextSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
102 sal_uInt16 nLookahead = 20 ) const;
103 sal_uInt16 FindPrevSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
104 sal_uInt16 nLookahead = 20 ) const;
/trunk/main/svx/source/inc/
H A Dtbxform.hxx58 SvxFmConfigWin( sal_uInt16 nId, ResId aRIdWin, ResId aRIdTbx );
70 sal_uInt16 nLastSlot;
78 SvxFmTbxCtlConfig( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
81 virtual void Select( sal_uInt16 nModifier );
95 SvxFmTbxCtlAbsRec( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
100 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
110 SvxFmTbxCtlRecText( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
122 SvxFmTbxCtlRecFromText( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
136 SvxFmTbxCtlRecTotal( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
149 SvxFmTbxNextRec( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
[all …]
/trunk/main/sc/source/ui/inc/
H A Dparawin.hxx91 sal_uInt16 nEdFocus;
92 sal_uInt16 nActiveLine;
121 void HideParaLine(sal_uInt16 no);
122 void ShowParaLine(sal_uInt16 no);
123 void UpdateArgDesc( sal_uInt16 nArg );
124 void UpdateArgInput( sal_uInt16 nOffset, sal_uInt16 i );
139 sal_uInt16 GetActiveLine();
140 void SetActiveLine(sal_uInt16 no);
144 String GetArgument(sal_uInt16 no);
149 sal_uInt16 GetSliderPos();
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx134 sal_uInt16 i; in ScContentTree()
162 sal_uInt16 nType; in getAltLongDescText()
334 sal_uInt16 nRoot; in GetChildIndex()
364 sal_uInt16 nType; in IMPL_LINK()
487 sal_uInt16 nType; in KeyInput()
620 sal_uInt16 i=0; in Command()
621 sal_uInt16 nPos=0; in Command()
882 sal_uInt16 i; in GetAreaNames()
892 sal_uInt16 j; in GetAreaNames()
1254 sal_uInt16 nPos; in lcl_GetRange()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx534 sal_uInt16 nPos = 0; in FillMemberList()
896 sal_uInt16 i; in SwContentTree()
1174 sal_uInt16 i; in CreateContextMenu()
1188 sal_uInt16 nId = 301; in CreateContextMenu()
1350 sal_uInt16 nLevel = 0; in GetTabPos()
1784 sal_uInt16 nVal = (sal_uInt16)aNumVector[nLevel]; in FillTransferData()
1989 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged()
2050 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged()
2083 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged()
2821 sal_uInt16 nType; in RequestHelp()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx453 sal_uInt16 i; in BalanceRowHeight()
1233 sal_uInt16 nAlign = USHRT_MAX; in GetBoxAlign()
1339 rToFill[i] = sal_uInt16(nTmp); in lcl_CalcSubColValues()
1389 sal_uInt16 nFit = rToFill[i]; in lcl_CalcColValues()
1424 { const sal_uInt16 nMin = MINLAY + sal_uInt16(pCell->Frm().Width() - in lcl_CalcColValues()
1469 const sal_uInt8 nTmp = (sal_uInt8)Max( sal_uInt16(255), sal_uInt16(aTabCols.Count() + 1) ); in AdjustCellWidth()
1472 sal_uInt16 i; in AdjustCellWidth()
1494 sal_uInt16 nWish = 0, nCnt = 0; in AdjustCellWidth()
1515 const sal_uInt16 nOldRight = static_cast<sal_uInt16>(aTabCols.GetRight()); in AdjustCellWidth()
1522 for ( sal_uInt16 k= 0; k < 2; ++k ) in AdjustCellWidth()
[all …]
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx57 sal_uInt16 GetSize() const { return aData.Count(); } in GetSize()
62 const String& Find( sal_uInt16 ) const;
80 sal_uInt16 nCur; // Iterator
118 sal_uInt16 nId; // Symbol-Nummer
121 sal_uInt16 nPos; // Positions-Nummer
145 sal_uInt16 GetProcId() const{ return nProcId; } in GetProcId()
147 sal_uInt16 GetId() const { return nId; } in GetId()
150 sal_uInt16 GetPos() const { return nPos; } in GetPos()
194 sal_uInt16 nLine1, nLine2; // Zeilenbereich
215 void SetLine1( sal_uInt16 n ) { nLine1 = n; } in SetLine1()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx92 void Swapsal_uIt16s( sal_uInt16& rX, sal_uInt16& rY ) in Swapsal_uIt16s()
94 sal_uInt16 n = rX; in Swapsal_uIt16s()
312 sal_uInt16 nAttr = 0; in lcl_FindValidAttribs()
415 sal_uInt16 j; in WriteRTF()
440 sal_uInt16 nVal = 0; in WriteRTF()
499 sal_uInt16 nStyles = (sal_uInt16)GetStyleSheetPool()->GetStyles().size(); in WriteRTF()
510 sal_uInt16 nNumber = (sal_uInt16) (nStyle + 1); in WriteRTF()
570 sal_uInt16 nDefTabTwps = (sal_uInt16) GetRefDevice()->LogicToLogic( in WriteRTF()
1171 sal_uInt16 n; in CreateBinTextObject()
1188 sal_uInt16 nTest; in CreateBinTextObject()
[all …]
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx75 sal_uInt16 nFontCount = ::std::min( pList->GetFontNameCount(), static_cast< sal_uInt16 >(100) ); in Fill()
81 sal_uInt16 j = GetItemCount(); in Fill()
102 sal_uInt16 nChecked = 0; in SetCurName()
140 sal_uInt16 nCurId = GetCurItemId(); in Select()
155 sal_uInt16 nCurId = GetCurItemId(); in Highlight()
185 sal_uInt16 nItemId = GetItemId( 0 ); in Fill()
198 sal_uInt16 nPos = 0; in Fill()
344 sal_uInt16 nChecked = 0; in SetCurStyle()
424 sal_uInt16 nSizeCount = 0; in Fill()
428 sal_uInt16 nPos = 0; in Fill()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx123 sal_uInt16 nStart; //Start der Zaehlung
126 sal_uInt16 nBulletRelSize; //proz. Groesse des Bullets
208 void SetStart(sal_uInt16 nSet) {nStart = nSet;} in SetStart()
209 sal_uInt16 GetStart() const {return nStart;} in GetStart()
279 sal_uInt16 nLevels,
297 const SvxNumberFormat* Get(sal_uInt16 nLevel)const;
328 SvxNumBulletItem(SvxNumRule& rRule, sal_uInt16 nWhich );
334 sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const;
349 sal_uInt16 nSetValue; // vorgegebene Nummer
363 sal_uInt16 GetSetValue() const { return nSetValue; } in GetSetValue()
[all …]
/trunk/main/svx/source/engine3d/
H A Dsvx3ditems.cxx45 Svx3DBackscaleItem::Svx3DBackscaleItem(sal_uInt16 nVal) in Svx3DBackscaleItem()
77 sal_uInt16 Svx3DReducedLineGeometryItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
97 Svx3DNormalsKindItem::Svx3DNormalsKindItem(sal_uInt16 nVal) in Svx3DNormalsKindItem()
133 Svx3DTextureKindItem::Svx3DTextureKindItem(sal_uInt16 nVal) in Svx3DTextureKindItem()
137 Svx3DTextureModeItem::Svx3DTextureModeItem(sal_uInt16 nVal) in Svx3DTextureModeItem()
265 Svx3DShadeModeItem::Svx3DShadeModeItem(sal_uInt16 nVal) in Svx3DShadeModeItem()
276 sal_uInt16 Svx3DSmoothNormalsItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
301 sal_uInt16 Svx3DSmoothLidsItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
326 sal_uInt16 Svx3DCharacterModeItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
351 sal_uInt16 Svx3DCloseFrontItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
[all …]
/trunk/main/tools/source/generic/
H A Dcolor.cxx160 void Color::RGBtoHSB( sal_uInt16& nHue, sal_uInt16& nSat, sal_uInt16& nBri ) const in RGBtoHSB()
215 nHue = (sal_uInt16) dHue; in RGBtoHSB()
219 ColorData Color::HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri ) in HSBtoRGB()
234 sal_uInt16 n; in HSBtoRGB()
239 n = (sal_uInt16) dH; in HSBtoRGB()
347 sal_uInt16 nColorName; in operator >>()
348 sal_uInt16 nRed; in operator >>()
349 sal_uInt16 nGreen; in operator >>()
350 sal_uInt16 nBlue; in operator >>()
359 sal_uInt16 i = 0; in operator >>()
[all …]
/trunk/main/svx/source/dialog/
H A Dlangbox.cxx122 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in TypeToPos_Impl()
123 sal_uInt16 nCount = rLb.GetEntryCount(); in TypeToPos_Impl()
195 sal_uInt16 SvxLanguageBox::ImplInsertImgEntry( const String& rEntry, sal_uInt16 nPos, bool bChecked… in ImplInsertImgEntry()
197 sal_uInt16 nRet = 0; in ImplInsertImgEntry()
273 const sal_uInt16* pKnown; in SetLanguageList()
333 sal_uInt16 SvxLanguageBox::InsertLanguage( const LanguageType nLangType, sal_uInt16 nPos ) in InsertLanguage()
340 sal_uInt16 SvxLanguageBox::ImplInsertLanguage( const LanguageType nLangType, sal_uInt16 nPos, sal_I… in ImplInsertLanguage()
367 sal_uInt16 nAt = 0; in ImplInsertLanguage()
392 sal_uInt16 SvxLanguageBox::InsertDefaultLanguage( sal_Int16 nType, sal_uInt16 nPos ) in InsertDefaultLanguage()
492 sal_uInt16 SvxLanguageBox::InsertLanguage( const LanguageType/*type*/, sal_uInt16/*pos*/) in InsertLanguage() argument
[all …]

Completed in 166 milliseconds

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