/trunk/main/vcl/inc/unx/ |
H A D | salfont.h | 64 inline SalFontDimension( USHORT nA = 0, USHORT nH = 0 ); 75 inline SalFontDimension::SalFontDimension( USHORT nA, USHORT nH ) in SalFontDimension() 86 { nAverage_ = (USHORT)rSize.Width() * 10; nHeight_ = (USHORT)rSize.Height(); } in SetSize() 111 USHORT nWeight_; 114 USHORT nFamily_; 115 USHORT nWeightName_; 116 USHORT nSlant_; 117 USHORT nSetWidthName_; 119 USHORT nSpacing_; 120 USHORT nCharSet_; [all …]
|
/trunk/main/sc/addin/inc/ |
H A D | addin.h | 41 typedef unsigned short USHORT; typedef 78 extern void CALLTYPE GetFunctionCount( USHORT& nCount ); 80 extern void CALLTYPE GetFunctionData( USHORT& nNo, 82 USHORT& nParamCount, 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, 113 USHORT * nParamCount, 125 extern void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam, [all …]
|
/trunk/main/toolkit/workben/layout/ |
H A D | zoom.cxx | 78 USHORT GetValue() in GetValue() 119 static USHORT pRanges[] = 142 void SvxZoomDialog::SetFactor( USHORT nNewFactor, USHORT nBtnId ) in SetFactor() 234 void SvxZoomDialog::SetLimits( USHORT nMin, USHORT nMax ) in SetLimits() 312 USHORT nValue = 100; in SvxZoomDialog() 313 USHORT nMin = 10; in SvxZoomDialog() 314 USHORT nMax = 1000; in SvxZoomDialog() 340 USHORT nZoom = 100; in SvxZoomDialog() 351 USHORT nBtnId = 0; in SvxZoomDialog() 447 USHORT* SvxZoomDialog::GetRanges() in GetRanges() [all …]
|
H A D | tpsort.cxx | 63 static USHORT pSortRanges[] = 190 USHORT* __EXPORT ScTabPageSortFields::GetRanges() in GetRanges() 217 for ( USHORT i=0; i<3; i++ ) in Reset() 426 USHORT i = 1; in FillFieldLists() 481 USHORT nFieldPos = 0; in GetFieldSelPos() 616 USHORT nEntries = aLbOutPos.GetEntryCount(); in ~ScTabPageSortOptions() 618 for ( USHORT i=1; i<nEntries; i++ ) in ~ScTabPageSortOptions() 962 USHORT nCount = pUserLists->GetCount(); in FillUserSortListBox() 964 for ( USHORT i=0; i<nCount; i++ ) in FillUserSortListBox() 1046 USHORT i = 0; in EdOutPosModHdl() [all …]
|
H A D | zoom.hxx | 104 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 D | tpsort.hxx | 60 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 D | editor.cxx | 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() 1633 virtual void upPressed( USHORT nPos ) in upPressed() 1641 virtual void downPressed( USHORT nPos ) in downPressed() 1649 virtual void removePressed( USHORT nPos ) in removePressed() [all …]
|
H A D | zoom_def.hxx | 27 #define ZOOMBTN_OPTIMAL ((USHORT)0x0001) 28 #define ZOOMBTN_PAGEWIDTH ((USHORT)0x0002) 29 #define ZOOMBTN_WHOLEPAGE ((USHORT)0x0004)
|
/trunk/main/sc/addin/datefunc/ |
H A D | dfa.cl | 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 ) 204 *pDay = (USHORT)nTempDays; 277 USHORT nDay,nMonth,nYear; 388 USHORT nDay, nMonth, nYear; 410 USHORT nDay, nMonth, nYear; 444 USHORT nDay, nMonth, nYear; 476 USHORT nDay, nMonth, nYear; [all …]
|
/trunk/main/sc/workben/ |
H A D | test.cxx | 302 USHORT nCol, USHORT nRow, USHORT nTab ) in lcl_OutputNames() 313 USHORT nLen = (USHORT)aSeq.getLen(); in lcl_OutputNames() 593 USHORT nCount = (USHORT)xIndex->getCount(); in lcl_Cursor() 1526 USHORT nCount = (USHORT)xInd->getCount(); in lcl_Pivot() 1537 USHORT nPCount = (USHORT)xPInd->getCount(); in lcl_Pivot() 1691 USHORT nTab = 0; in IMPL_LINK() 1692 USHORT nCol = (USHORT)aColField.GetValue(); in IMPL_LINK() 1693 USHORT nRow = (USHORT)aRowField.GetValue(); in IMPL_LINK() 1694 USHORT nPos = (USHORT)aPosField.GetValue(); in IMPL_LINK() 1695 USHORT nLen = (USHORT)aLenField.GetValue(); in IMPL_LINK() [all …]
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1052 USHORT nEvent = 0; in SetPosSize() 1818 USHORT nKeyCode = nCode & 0x0FFF; in GetKeyName() 1951 static USHORT ImplMouseSysValueToSAL( int iSysValue, USHORT& rCode, USHORT& rClicks, sal_Bool& rDow… in ImplMouseSysValueToSAL() 2107 USHORT nCode; in UpdateSettings() 2108 USHORT nClicks; in UpdateSettings() 2194 PM_BYTE nRed = (PM_BYTE)(((USHORT)aColor1.GetRed() + (USHORT)aColor2.GetRed())/2); in UpdateSettings() 2195 PM_BYTE nGreen = (PM_BYTE)(((USHORT)aColor1.GetGreen() + (USHORT)aColor2.GetGreen())/2); in UpdateSettings() 2196 PM_BYTE nBlue = (PM_BYTE)(((USHORT)aColor1.GetBlue() + (USHORT)aColor2.GetBlue())/2); in UpdateSettings() 2373 USHORT nEvent; in ImplHandleMouseMsg() 2600 USHORT rSVCode = 0; in ImplSalGetKeyCode() [all …]
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 126 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() 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() 576 const USHORT nPalCount = ImplGetDIBColorCount( mhDIB ); in AcquireBuffer() [all …]
|
H A D | salgdi.cxx | 168 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 D | salgdi3.cxx | 115 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()
|
/trunk/main/vcl/inc/os2/ |
H A D | salbmp.h | 50 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 D | salframe.h | 110 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 D | salgdi.h | 64 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 D | salinst.h | 37 #define SAL_COMMANDLINENOINIT ((USHORT)0xFFFF) 51 USHORT mnYieldWaitCount; // Wait-Count 64 … USHORT nBitCount, const SystemGraphicsData *pData ); 86 virtual bool AnyInput( USHORT nType );
|
/trunk/main/sc/addin/rot13/ |
H A D | rot13.cl | 34 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,
|
/trunk/main/svx/workben/ |
H A D | edittest.cxx | 151 USHORT nZoom = 100; 197 virtual void FieldSelected( const SvxFieldItem& rField, USHORT nPara, USHORT nPos ); 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() 963 USHORT nStartPara = Min( aESel.nStartPara, aESel.nEndPara ); in IMPL_LINK() 964 USHORT nEndPara = Max( aESel.nStartPara, aESel.nEndPara ); in IMPL_LINK() 1534 USHORT nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() 1588 USHORT nX, nY; in KeyInput() [all …]
|
/trunk/main/tools/source/fsys/ |
H A D | os2.cxx | 307 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()
|
/trunk/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 94 (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()
|
/trunk/main/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 472 (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()
|
/trunk/main/rsc/doku/feinkonz.43/ |
H A D | rscerror.doc | 1552 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
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_os2_cairo.cxx | 224 … 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()
|