Home
last modified time | relevance | path

Searched refs:USHORT (Results 1 – 25 of 149) sorted by relevance

123456

/AOO42X/main/vcl/inc/unx/
H A Dsalfont.h52 USHORT nHeight_; // [pixel]
53 USHORT nPtHeight_; // [point/10]
54 USHORT nAverage_; // [pixel/10]
55 USHORT nXRes_; // [dpi]
56 USHORT nYRes_; // [dpi]
57 USHORT nSlant_; // [pixel]
64 inline SalFontDimension( USHORT nA = 0, USHORT nH = 0 );
67 inline USHORT GetWidth() const { return (nAverage_ + 5) / 10; } in GetWidth()
75 inline SalFontDimension::SalFontDimension( USHORT nA, USHORT nH ) in SalFontDimension()
86 { nAverage_ = (USHORT)rSize.Width() * 10; nHeight_ = (USHORT)rSize.Height(); } in SetSize()
[all …]
/AOO42X/main/sc/addin/inc/
H A Daddin.h41 typedef unsigned short USHORT; typedef
78 extern void CALLTYPE GetFunctionCount( USHORT& nCount );
80 extern void CALLTYPE GetFunctionData( USHORT& nNo,
82 USHORT& nParamCount,
86 extern void CALLTYPE IsAsync( USHORT& nNo, ParamType* peType );
88 extern void CALLTYPE Advice( USHORT& nNo, AdvData& pfCallback );
95 extern void CALLTYPE GetParameterDescription( USHORT& nNo, USHORT& nParam,
100 extern void CALLTYPE SetLanguage( USHORT& nLanguage );
109 extern void CALLTYPE GetFunctionCount( USHORT * nCount );
111 extern void CALLTYPE GetFunctionData( USHORT * nNo,
[all …]
/AOO42X/main/toolkit/workben/layout/
H A Dzoom.cxx78 USHORT GetValue() in GetValue()
119 static USHORT pRanges[] =
126 #define SPECIAL_FACTOR ((USHORT)0xFFFF)
130 USHORT SvxZoomDialog::GetFactor() const in GetFactor()
135 return (USHORT)aUserEdit.GetValue(); in GetFactor()
142 void SvxZoomDialog::SetFactor( USHORT nNewFactor, USHORT nBtnId ) in SetFactor()
188 void SvxZoomDialog::SetButtonText( USHORT nBtnId, const String& rNewTxt ) in SetButtonText()
211 void SvxZoomDialog::HideButton( USHORT nBtnId ) in HideButton()
234 void SvxZoomDialog::SetLimits( USHORT nMin, USHORT nMax ) in SetLimits()
245 void SvxZoomDialog::SetSpinSize( USHORT nNewSpin ) in SetSpinSize()
[all …]
H A Dtpsort.cxx63 static USHORT pSortRanges[] =
190 USHORT* __EXPORT ScTabPageSortFields::GetRanges() in GetRanges()
217 for ( USHORT i=0; i<3; i++ ) in Reset()
276 USHORT nSort1Pos = aLbSort1.GetSelectEntryPos(); in FillItemSet()
277 USHORT nSort2Pos = aLbSort2.GetSelectEntryPos(); in FillItemSet()
278 USHORT nSort3Pos = aLbSort3.GetSelectEntryPos(); in FillItemSet()
343 USHORT nCurSel1 = aLbSort1.GetSelectEntryPos(); in ActivatePage()
344 USHORT nCurSel2 = aLbSort2.GetSelectEntryPos(); in ActivatePage()
345 USHORT nCurSel3 = aLbSort3.GetSelectEntryPos(); in ActivatePage()
378 void ScTabPageSortFields::DisableField( USHORT nField ) in DisableField()
[all …]
H A Dzoom.hxx104 static USHORT* GetRanges();
107 USHORT GetFactor() const;
108 void SetFactor( USHORT nNewFactor, USHORT nBtnId = 0 );
110 void SetButtonText( USHORT nBtnId, const String& aNewTxt );
111 void HideButton( USHORT nBtnId );
112 void SetLimits( USHORT nMin, USHORT nMax );
113 void SetSpinSize( USHORT nNewSpin );
H A Dtpsort.hxx60 static USHORT* GetRanges ();
92 const USHORT nWhichSort;
97 USHORT nFieldCount;
110 void DisableField ( USHORT nField );
111 void EnableField ( USHORT nField );
113 USHORT GetFieldSelPos ( SCCOLROW nField );
142 static USHORT* GetRanges ();
185 const USHORT nWhichSort;
H A Deditor.cxx1055 SelectEntryPos( sal::static_int_cast< USHORT >( getValue().toInt32() ) ); in load()
1372 virtual void upPressed( USHORT nPos ) in upPressed()
1380 virtual void downPressed( USHORT nPos ) in downPressed()
1388 virtual void removePressed( USHORT nPos ) in removePressed()
1393 virtual void itemSelected( USHORT nPos ) in itemSelected()
1452 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()
1461 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()
1470 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()
1479 USHORT pos = mpListBox->GetSelectEntryPos(); in IMPL_LINK()
1534 mpListBox->SelectEntryPos( sal::static_int_cast< USHORT >( pos ) ); in selectWidget()
[all …]
H A Dzoom_def.hxx27 #define ZOOMBTN_OPTIMAL ((USHORT)0x0001)
28 #define ZOOMBTN_PAGEWIDTH ((USHORT)0x0002)
29 #define ZOOMBTN_WHOLEPAGE ((USHORT)0x0004)
/AOO42X/main/sc/addin/datefunc/
H A Ddfa.cl36 static USHORT _nLanguage=LANGUAGE_ENGLISH;
44 void CALLTYPE SetLanguage( USHORT* nLanguage )
80 static USHORT aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30,
93 static BOOL IsLeapYear( USHORT nYear )
107 static USHORT DaysInMonth( USHORT nMonth, USHORT nYear )
135 static long DateToDays( USHORT nDay, USHORT nMonth, USHORT nYear )
138 USHORT i;
166 USHORT *pDay, USHORT *pMonth, USHORT *pYear )
175 *pYear = (USHORT)((nTempDays / 365) - i);
204 *pDay = (USHORT)nTempDays;
[all …]
/AOO42X/main/sc/workben/
H A Dtest.cxx155 static USHORT nBla = 0; in selectionChanged()
272 USHORT nCount = aCollRef->getCount(); in lcl_GetDocument()
275 for (USHORT nMod=0; nMod<nCount && !xModel; nMod++) // Calc-Doc suchen in lcl_GetDocument()
302 USHORT nCol, USHORT nRow, USHORT nTab ) in lcl_OutputNames()
313 USHORT nLen = (USHORT)aSeq.getLen(); in lcl_OutputNames()
321 for (USHORT i=0; i<nLen; i++) in lcl_OutputNames()
380 for (USHORT nRow = 0; nRow < 20; nRow++) in lcl_DoCount()
383 for (USHORT nCol = 0; nCol < 10; nCol++) in lcl_DoCount()
461 for (USHORT i=0; i<10; i++) in lcl_Annotations()
593 USHORT nCount = (USHORT)xIndex->getCount(); in lcl_Cursor()
[all …]
/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx69 ((USHORT)(fEnable) ? 0 : MIA_DISABLED))))
326 for ( USHORT i = 0; i < SAL_IME_PROC_COUNT; i++ ) in GetSalIMEData()
431 long ImplSalCallbackDummy( void*, SalFrame*, USHORT, const void* ) in ImplSalCallbackDummy() argument
525 static USHORT aImplTranslateKeyTab[KEY_TAB_SIZE] =
930 void Os2SalFrame::SetIcon( USHORT nIcon ) in SetIcon()
1047 USHORT nFlags ) in SetPosSize()
1050 USHORT nEvent = 0; in SetPosSize()
1517 void Os2SalFrame::ToTop( USHORT nFlags ) in ToTop()
1754 void Os2SalFrame::EndExtTextInput( USHORT nFlags ) in EndExtTextInput()
1780 XubString Os2SalFrame::GetKeyName( USHORT nCode ) in GetKeyName()
[all …]
/AOO42X/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx126 bool Os2SalBitmap::Create( const Size& rSize, USHORT nBitCount, const BitmapPalette& rPal ) in Create()
242 bool Os2SalBitmap::Create( const SalBitmap& rSSalBmp, USHORT nNewBitCount ) in Create()
316 USHORT Os2SalBitmap::ImplGetDIBColorCount( HANDLE hDIB ) in ImplGetDIBColorCount()
318 USHORT nColors = 0; in ImplGetDIBColorCount()
328 nColors = (USHORT) pBIH->cclrUsed; in ImplGetDIBColorCount()
339 HANDLE Os2SalBitmap::ImplCreateDIB( const Size& rSize, USHORT nBits, const BitmapPalette& rPal ) in ImplCreateDIB()
348 const USHORT nColors = ( nBits <= 8 ) ? ( 1 << nBits ) : 0; in ImplCreateDIB()
375 const USHORT nMinCount = Min( nColors, rPal.GetEntryCount() ); in ImplCreateDIB()
538 const USHORT nColorCount = ImplGetDIBColorCount( hNewDIB ); in AcquireBuffer()
572 pBuffer->mnBitCount = (USHORT) pBIH->cBitCount; in AcquireBuffer()
[all …]
H A Dsalgdi.cxx168 USHORT Os2SalGraphics::GetBitCount() in GetBitCount()
172 return (USHORT)nBitCount; in GetBitCount()
818 for ( USHORT n = 0; n < nLen; n++ )
835 for ( USHORT n = 0; n < nLen; n++ )
956 *((USHORT*)aBuf.getStr()) = (USHORT)( aBuf.getLength() - 2 ); in drawEPS()
976 *((USHORT*)aBuf.getStr()) = (USHORT)( aBuf.getLength() - 2 ); in drawEPS()
1024 *((USHORT*)aBuf.getStr()) = (USHORT)( aBuf.getLength() - 2 ); in drawEPS()
H A Dsalgdi3.cxx115 static USHORT ImplSalToCharSet( CharSet eCharSet ) in ImplSalToCharSet()
151 static CharSet ImplCharSetToSal( USHORT usCodePage ) in ImplCharSetToSal()
198 static FontWeight ImplWeightToSal( USHORT nWeight ) in ImplWeightToSal()
241 USHORT nLen ) in ImpStyleNameToSal()
249 USHORT nFaceLen = (USHORT)strlen( pFaceName+nLen ); in ImpStyleNameToSal()
627 USHORT Os2SalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int nFallba… in ImplDoSetFont()
818 USHORT Os2SalGraphics::SetFont( ImplFontSelectData* pFont, int nFallbackLevel ) in SetFont()
1590 USHORT aShortIDs[ 256 ]; in CreateFontSubset()
1610 aShortIDs[i] = static_cast<USHORT>( aGlyphId ); in CreateFontSubset()
/AOO42X/main/vcl/inc/os2/
H A Dsalbmp.h50 USHORT mnBitCount;
60 …static HANDLE ImplCreateDIB( const Size& rSize, USHORT nBitCount, const BitmapPalette& rPal …
63 static USHORT ImplGetDIBColorCount( HANDLE hDIB );
89 …virtual bool Create( const Size& rSize, USHORT nBitCount, const BitmapPalette& rPal…
92 virtual bool Create( const SalBitmap& rSalBmpImpl, USHORT nNewBitCount );
97 virtual USHORT GetBitCount() const { return mnBitCount; } in GetBitCount()
H A Dsalframe.h110 virtual void SetIcon( USHORT nIcon );
118 …virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, USHORT nFlags…
128 virtual void ToTop( USHORT nFlags );
135 virtual void EndExtTextInput( USHORT nFlags );
136 virtual String GetKeyName( USHORT nKeyCode );
137 virtual String GetSymbolKeyName( const XubString& rFontName, USHORT nKeyCode );
H A Dsalgdi.h64 USHORT GetCharSet() const { return meOs2CharSet; } in GetCharSet()
95 USHORT meOs2CharSet;
152 USHORT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int );
181 long nSrcHeight, USHORT nFlags );
238 virtual USHORT GetBitCount();
263 virtual USHORT SetFont( ImplFontSelectData*, int nFallbackLevel );
H A Dsalinst.h37 #define SAL_COMMANDLINENOINIT ((USHORT)0xFFFF)
51 USHORT mnYieldWaitCount; // Wait-Count
64USHORT nBitCount, const SystemGraphicsData *pData );
86 virtual bool AnyInput( USHORT nType );
/AOO42X/main/sc/addin/rot13/
H A Drot13.cl34 static USHORT _nLanguage=LANGUAGE_ENGLISH;
42 void CALLTYPE SetLanguage( USHORT* nLanguage )
54 void CALLTYPE GetFunctionCount( USHORT *nCount )
71 void CALLTYPE GetFunctionData( USHORT * nNo,
73 USHORT * nParamCount,
106 void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,
/AOO42X/main/svx/workben/
H A Dedittest.cxx151 USHORT nZoom = 100;
195 …virtual String CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, USHORT nPos, Color*&…
196 virtual void FieldClicked( const SvxFieldItem& rField, sal_uInt32 nPara, USHORT nPos );
197 virtual void FieldSelected( const SvxFieldItem& rField, USHORT nPara, USHORT nPos );
200 …ditEngine::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, USHORT nPos, Color*& rpTx… in CalcFieldValue()
230 void __EXPORT MyEditEngine::FieldClicked( const SvxFieldItem& rField, sal_uInt32 nPara, USHORT nPos… in FieldClicked()
246 void __EXPORT MyEditEngine::FieldSelected( const SvxFieldItem& rField, USHORT nPara, USHORT nPos ) in FieldSelected()
579 USHORT nX, nY; in SetTitle()
613 for ( USHORT nWhich = EE_ITEMS_START; nWhich <= EE_ITEMS_END; nWhich++) in UpdateToolBox()
717 USHORT nId = aToolBox.GetCurItemId(); in IMPL_LINK()
[all …]
/AOO42X/main/tools/source/fsys/
H A Dos2.cxx307 USHORT DirReader_Impl::Init() in Init()
318 USHORT nRead = 0; in Init()
352 USHORT DirReader_Impl::Read() in Read()
645 USHORT nRet; in TempDirImpl()
714 USHORT n;
746 for ( USHORT n = 0; n < aLower.Len(); ++n )
767 for ( USHORT nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()
787 USHORT nDrive; in CreateDriveMapImpl()
848 for ( USHORT n = 3; nRet != ERROR_NO_MORE_ITEMS; ++n ) in CreateDriveMapImpl()
/AOO42X/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx94 (USHORT)psia->Value[0], in ConvertSidToStringSid()
95 (USHORT)psia->Value[1], in ConvertSidToStringSid()
96 (USHORT)psia->Value[2], in ConvertSidToStringSid()
97 (USHORT)psia->Value[3], in ConvertSidToStringSid()
98 (USHORT)psia->Value[4], in ConvertSidToStringSid()
99 (USHORT)psia->Value[5]); in ConvertSidToStringSid()
/AOO42X/main/sal/qa/osl/security/
H A Dosl_Security.cxx472 (USHORT)psia->Value[0], in main()
473 (USHORT)psia->Value[1], in main()
474 (USHORT)psia->Value[2], in main()
475 (USHORT)psia->Value[3], in main()
476 (USHORT)psia->Value[4], in main()
477 (USHORT)psia->Value[5]); in main()
/AOO42X/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1552 ERRTYPE( USHORT nErr );
1554 operator USHORT();
1598 ERRTYPE::ERRTYPE( USHORT nErrNo );
1661 Methoden: operator USHORT().
1679 Au0ERRTYPE::operator USHORT()
1681 AliERRTYPE::operator USHORT();
1811 USHORT nErrors;// Anzahl der Fehler
2064 Alivoid RscExit( USHORT nExit );
2088 Alivoid RscExit( USHORT nExit ){
2108 ERRTYPE::operator USHORT() 8
/AOO42X/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx224 … new VirtualDevice( &aSystemGraphicsData, sal::static_int_cast<USHORT>(getDepth()) )); in createVirtualDevice()
304 typedef USHORT WCHAR;
305 extern "C" ULONG APIENTRY Ft2GetGlyphIndices( HPS, WCHAR *, int, USHORT *, ULONG );
317 USHORT glyph_index; in ucs4toindex()

123456