| /trunk/main/sc/source/filter/inc/ |
| H A D | scflt.hxx | 204 sal_Int16 lfHeight; 205 sal_Int16 lfWidth; 206 sal_Int16 lfEscapement; 207 sal_Int16 lfOrientation; 208 sal_Int16 lfWeight; 235 sal_Int16 x1; 236 sal_Int16 y1; 237 sal_Int16 x2; 238 sal_Int16 y2; 245 sal_Int16 Tab; [all …]
|
| /trunk/main/i18npool/source/nativenumber/data/ |
| H A D | numberchar.h | 28 static const sal_Int16 NumberChar_HalfWidth = 0; 29 static const sal_Int16 NumberChar_FullWidth = 1; 30 static const sal_Int16 NumberChar_Lower_zh = 2; 31 static const sal_Int16 NumberChar_Upper_zh = 3; 32 static const sal_Int16 NumberChar_Upper_zh_TW = 4; 33 static const sal_Int16 NumberChar_Modern_ja = 5; 34 static const sal_Int16 NumberChar_Traditional_ja= 6; 35 static const sal_Int16 NumberChar_Lower_ko = 7; 36 static const sal_Int16 NumberChar_Upper_ko = 8; 37 static const sal_Int16 NumberChar_Hangul_ko = 9; [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | cvtsvm.cxx | 110 rOStm << (sal_Int16) GDI_POLYPOLYGON_ACTION; in ImplWritePolyPolyAction() 134 sal_Int16 nVal; in ImplReadColor() 145 sal_Int16 nVal; in ImplWriteColor() 147 nVal = ( (sal_Int16) rColor.GetRed() << 8 ) | rColor.GetRed(); in ImplWriteColor() 150 nVal = ( (sal_Int16) rColor.GetGreen() << 8 ) | rColor.GetGreen(); in ImplWriteColor() 153 nVal = ( (sal_Int16) rColor.GetBlue() << 8 ) | rColor.GetBlue(); in ImplWriteColor() 166 sal_Int16 nUnit; in ImplReadMapMode() 176 rOStm << (sal_Int16) rMapMode.GetMapUnit(); in ImplWriteMapMode() 188 rOStm << (sal_Int16) GDI_PUSH_ACTION; in ImplWritePushAction() 196 rOStm << (sal_Int16) GDI_POP_ACTION; in ImplWritePopAction() [all …]
|
| /trunk/main/toolkit/inc/toolkit/awt/ |
| H A D | vclxmenu.hxx | 92 …rtual void SAL_CALL insertItem( ::sal_Int16 nItemId, const ::rtl::OUString& aText, ::sal_Int16 nIt… 93 …virtual void SAL_CALL removeItem( ::sal_Int16 nItemPos, ::sal_Int16 nCount ) throw (css::uno::Runt… 95 virtual ::sal_Int16 SAL_CALL getItemCount( ) throw (css::uno::RuntimeException); 96 … virtual ::sal_Int16 SAL_CALL getItemId( ::sal_Int16 nItemPos ) throw (css::uno::RuntimeException); 97 … virtual ::sal_Int16 SAL_CALL getItemPos( ::sal_Int16 nItemId ) throw (css::uno::RuntimeException); 98 …virtual css::awt::MenuItemType SAL_CALL getItemType( ::sal_Int16 nItemPos ) throw (css::uno::Runti… 99 …virtual void SAL_CALL enableItem( ::sal_Int16 nItemId, ::sal_Bool bEnable ) throw (css::uno::Runti… 100 …virtual ::sal_Bool SAL_CALL isItemEnabled( ::sal_Int16 nItemId ) throw (css::uno::RuntimeException… 103 …virtual void SAL_CALL setItemText( ::sal_Int16 nItemId, const ::rtl::OUString& aText ) throw (css:… 104 …virtual ::rtl::OUString SAL_CALL getItemText( ::sal_Int16 nItemId ) throw (css::uno::RuntimeExcept… [all …]
|
| /trunk/main/i18npool/source/transliteration/data/ |
| H A D | numberchar.h | 28 static const sal_Int16 NumberChar_HalfWidth = 0; 29 static const sal_Int16 NumberChar_FullWidth = 1; 30 static const sal_Int16 NumberChar_Lower_zh = 2; 31 static const sal_Int16 NumberChar_Upper_zh = 3; 32 static const sal_Int16 NumberChar_Upper_zh_TW = 4; 33 static const sal_Int16 NumberChar_Modern_ja = 5; 34 static const sal_Int16 NumberChar_Traditional_ja= 6; 35 static const sal_Int16 NumberChar_Lower_ko = 7; 36 static const sal_Int16 NumberChar_Upper_ko = 8; 37 static const sal_Int16 NumberChar_Hangul_ko = 9; [all …]
|
| /trunk/main/sal/qa/OStringBuffer/ |
| H A D | rtl_OStringBuffer.cxx | 2834 sal_Int16 radix = 2; in TEST_F() 2853 sal_Int16 radix = 2; in TEST_F() 2868 sal_Int16 radix = 2; in TEST_F() 2883 sal_Int16 radix = 2; in TEST_F() 2898 sal_Int16 radix = 8; in TEST_F() 2913 sal_Int16 radix = 8; in TEST_F() 2928 sal_Int16 radix = 8; in TEST_F() 2943 sal_Int16 radix = 8; in TEST_F() 2958 sal_Int16 radix = 10; in TEST_F() 2973 sal_Int16 radix = 10; in TEST_F() [all …]
|
| /trunk/main/svl/inc/svl/ |
| H A D | sfontitm.hxx | 42 sal_Int16 m_nFamily; 43 sal_Int16 m_nPitch; 44 sal_Int16 m_nWeight; 45 sal_Int16 m_nWidthType; 46 sal_Int16 m_nItalic; 47 sal_Int16 m_nUnderline; 48 sal_Int16 m_nStrikeout; 49 sal_Int16 m_nOrientation; 92 sal_Int16 getFamily() const { return m_nFamily; } in getFamily() 94 sal_Int16 getPitch() const { return m_nPitch; } in getPitch() [all …]
|
| /trunk/main/i18npool/source/calendar/ |
| H A D | calendar_gregorian.cxx | 194 Calendar_hanja::getDisplayName( sal_Int16 displayIndex, sal_Int16 idx, sal_Int16 nameType ) throw(R… in getDisplayName() 264 for (sal_Int16 day = sal::static_int_cast<sal_Int16>( in loadCalendar() 319 sal_Int16 e, y, m, d; in mapFromGregorian() 337 …sal::static_int_cast<sal_Int16>( (e == 0) ? (eraArray[0].year - y) : (y - eraArray[e-1].year + 1) … in mapFromGregorian() 347 sal_Int16 y, e = fieldValue[CalendarFieldIndex::ERA]; in mapToGregorian() 349 … y = sal::static_int_cast<sal_Int16>( eraArray[0].year - fieldValue[CalendarFieldIndex::YEAR] ); in mapToGregorian() 351 …y = sal::static_int_cast<sal_Int16>( eraArray[e-1].year + fieldValue[CalendarFieldIndex::YEAR] - 1… in mapToGregorian() 359 static UCalendarDateFields fieldNameConverter(sal_Int16 fieldIndex) throw(RuntimeException) in fieldNameConverter() 385 Calendar_gregorian::setValue( sal_Int16 fieldIndex, sal_Int16 value ) throw(RuntimeException) in setValue() 394 sal_Int16 nParentFieldIndex, sal_Int16 nChildFieldIndex ) const in getCombinedOffset() [all …]
|
| /trunk/main/svtools/source/config/ |
| H A D | printoptions.cxx | 139 sal_Int16 GetReducedTransparencyMode() const ; 141 sal_Int16 GetReducedGradientMode() const ; 142 sal_Int16 GetReducedGradientStepCount() const ; 144 sal_Int16 GetReducedBitmapMode() const ; 145 sal_Int16 GetReducedBitmapResolution() const ; 150 void SetReducedTransparencyMode( sal_Int16 nMode ) ; 152 void SetReducedGradientMode( sal_Int16 nMode ) ; 153 void SetReducedGradientStepCount( sal_Int16 nStepCount ) ; 155 void SetReducedBitmapMode( sal_Int16 nMode ) ; 156 void SetReducedBitmapResolution( sal_Int16 nResolution ) ; [all …]
|
| /trunk/main/basic/source/runtime/ |
| H A D | methods1.cxx | 116 const sal_Int16 vbGet = 2; in RTLFUNC() 117 const sal_Int16 vbLet = 4; in RTLFUNC() 118 const sal_Int16 vbMethod = 1; in RTLFUNC() 119 const sal_Int16 vbSet = 8; in RTLFUNC() 149 sal_Int16 nCallType = rPar.Get(3)->GetInteger(); in RTLFUNC() 355 sal_Int16 nVal = 0; in RTLFUNC() 453 sal_Int16 nErrCode = 0; in RTLFUNC() 527 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC() 543 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC() 558 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC() [all …]
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | filepickerstate.hxx | 61 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 63 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi… 65 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable ) = 0; 67 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ) = 0; 69 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId ) = 0; 87 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 89 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi… 91 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable ); 93 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ); 95 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId ); [all …]
|
| /trunk/main/i18npool/source/nativenumber/ |
| H A D | nativenumbersupplier.cxx | 40 sal_Int16 number; 42 sal_Int16 numberFlag; 43 sal_Int16 exponentCount; 44 sal_Int16 *multiplierExponent; 73 … Sequence< sal_Int32 >& offset, sal_Bool useOffset, sal_Int16 number ) throw(RuntimeException) in AsciiToNativeChar() 100 …sal_Unicode *dst, sal_Int32& count, sal_Int16 multiChar_index, Sequence< sal_Int32 >& offset, sal_… in AsciiToNative_numberMaker() 106 sal_Int16 i; in AsciiToNative_numberMaker() 147 for (sal_Int16 i = 1; i <= number->exponentCount; i++) { in AsciiToNative_numberMaker() 256 static void SAL_CALL NativeToAscii_numberMaker(sal_Int16 max, sal_Int16 prev, const sal_Unicode *st… in NativeToAscii_numberMaker() 260 sal_Int16 curr = 0, num = 0, end = 0, shift = 0; in NativeToAscii_numberMaker() [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8struc.hxx | 153 typedef sal_Int16 WW8_PN; 337 sal_Int16 cchFollowingPunct; // length of rgxchFPunct 338 sal_Int16 cchLeadingPunct; // length of rgxchLPunct 379 sal_Int16 mm; // 0x6 int 380 sal_Int16 xExt; // 0x8 int 381 sal_Int16 yExt; // 0xa int 382 sal_Int16 hMF; // 0xc int 387 …sal_Int16 dxaGoal; // 0x1c horizontal measurement in twips of the rectangle the picture sho… 388 …sal_Int16 dyaGoal; // 0x1e vertical measurement in twips of the rectangle the picture shoul… 391 sal_Int16 dxaCropLeft; // 0x24 the amount the picture has been cropped on the left in twips. [all …]
|
| /trunk/main/reportdesign/source/core/inc/ |
| H A D | ReportHelperImpl.hxx | 96 ::sal_Int16 SAL_CALL clazz::getControlBorder() throw (beans::UnknownPropertyException, uno::Runtim… 101 void SAL_CALL clazz::setControlBorder( ::sal_Int16 _border ) throw (uno::RuntimeException,lang::Ill… 185 ::sal_Int16 SAL_CALL clazz::getCharStrikeout() throw (uno::RuntimeException, beans::UnknownProperty… 191 void SAL_CALL clazz::setCharStrikeout(::sal_Int16 the_value) throw (uno::RuntimeException, beans::U… 207 ::sal_Int16 SAL_CALL clazz::getCharRotation() throw (uno::RuntimeException, beans::UnknownPropertyE… 210 return static_cast<sal_Int16>(varName.aFontDescriptor.Orientation); \ 213 void SAL_CALL clazz::setCharRotation(::sal_Int16 the_value) throw (uno::RuntimeException, beans::Un… 219 ::sal_Int16 SAL_CALL clazz::getCharScaleWidth() throw (uno::RuntimeException, beans::UnknownPropert… 222 return static_cast<sal_Int16>(varName.aFontDescriptor.CharacterWidth); \ 225 void SAL_CALL clazz::setCharScaleWidth(::sal_Int16 the_value) throw (uno::RuntimeException, beans::… [all …]
|
| /trunk/main/starmath/source/ |
| H A D | unomodel.cxx | 250 …HANDLE_ALIGNMENT , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 251 … HANDLE_BASE_FONT_HEIGHT , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 253 …ANDLE_BOTTOM_MARGIN , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 279 … ), HANDLE_GREEK_CHAR_STYLE, &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 280 …ANDLE_LEFT_MARGIN , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 283 …NDLE_RELATIVE_BRACKET_DISTANCE , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 284 … HANDLE_RELATIVE_BRACKET_EXCESS_SIZE , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 285 … HANDLE_RELATIVE_FONT_HEIGHT_FUNCTIONS , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 286 … HANDLE_RELATIVE_FONT_HEIGHT_INDICES , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() 287 … HANDLE_RELATIVE_FONT_HEIGHT_LIMITS , &::getCppuType((const sal_Int16*)0), PROPERTY… in lcl_createModelPropertyInfo() [all …]
|
| /trunk/main/animations/source/animcore/ |
| H A D | animcore.cxx | 134 AnimationNode( sal_Int16 nNodeType ); 160 virtual sal_Int16 SAL_CALL getType() throw (RuntimeException); 173 virtual sal_Int16 SAL_CALL getFill() throw (RuntimeException); 174 virtual void SAL_CALL setFill( sal_Int16 _fill ) throw (RuntimeException); 175 virtual sal_Int16 SAL_CALL getFillDefault() throw (RuntimeException); 176 virtual void SAL_CALL setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException); 177 virtual sal_Int16 SAL_CALL getRestart() throw (RuntimeException); 178 virtual void SAL_CALL setRestart( sal_Int16 _restart ) throw (RuntimeException); 179 virtual sal_Int16 SAL_CALL getRestartDefault() throw (RuntimeException); 180 virtual void SAL_CALL setRestartDefault( sal_Int16 _restartdefault ) throw (RuntimeException); [all …]
|
| /trunk/main/fpicker/source/office/ |
| H A D | OfficeControlAccess.hxx | 40 static const sal_Int16 PUSHBUTTON_HELP = (sal_Int16)0x1000; 41 static const sal_Int16 TOOLBOXBUTOON_DEFAULT_LOCATION = (sal_Int16)0x1001; 42 static const sal_Int16 TOOLBOXBUTOON_LEVEL_UP = (sal_Int16)0x1002; 43 static const sal_Int16 TOOLBOXBUTOON_NEW_FOLDER = (sal_Int16)0x1003; 44 static const sal_Int16 FIXEDTEXT_CURRENTFOLDER = (sal_Int16)0x1004; 69 …void setValue( sal_Int16 _nId, sal_Int16 _nCtrlAction, const ::com::sun::st… 70 ::com::sun::star::uno::Any getValue( sal_Int16 _nId, sal_Int16 _nCtrlAction ) const; 71 void setLabel( sal_Int16 _nId, const ::rtl::OUString& _rValue ); 72 ::rtl::OUString getLabel( sal_Int16 _nId ) const; 73 void enableControl( sal_Int16 _nId, sal_Bool _bEnable ); [all …]
|
| /trunk/main/i18npool/source/localedata/ |
| H A D | localedata.cxx | 40 typedef sal_Unicode** (SAL_CALL * MyFunc_Type)( sal_Int16&); 41 typedef sal_Unicode*** (SAL_CALL * MyFunc_Type2)( sal_Int16&, sal_Int16& ); 42 typedef sal_Unicode**** (SAL_CALL * MyFunc_Type3)( sal_Int16&, sal_Int16&, sal_Int16& ); 43 typedef sal_Unicode const * const * (SAL_CALL * MyFunc_FormatCode)( sal_Int16&, sal_Unicode const *… 264 static const sal_Int16 nbOfLocales = sizeof(aLibTable) / sizeof(aLibTable[0]); 293 sal_Int16 dataItemCount = 0; in getLocaleItem() 398 for ( sal_Int16 i = 0; i < nbOfLocales; i++) in getFunctionSymbolByName() 465 … const Locale& rLocale, const Sequence< Calendar >& calendarsSeq, sal_Int16 len, sal_Int16 item) in getCalendarItemByName() 478 len = sal::static_int_cast<sal_Int16>( cals.getLength() ); in getCalendarItemByName() 506 sal_Int16 calendarsCount = 0; in getAllCalendars() [all …]
|
| H A D | LocaleNode.cxx | 41 typedef ::std::set< sal_Int16 > ValueSet; 589 sal_Int16 LCFormatNode::mnSection = 0; 590 sal_Int16 LCFormatNode::mnFormats = 0; 616 sal_Int16 formatCount = mnFormats; in generateCode() 622 for (sal_Int16 i = 0; i< getNumberOfChildren() ; i++,formatCount++) { in generateCode() 647 sal_Int16 formatindex = (sal_Int16)aFormatIndex.toInt32(); in generateCode() 819 for (sal_Int16 nNext = cssi::NumberFormatIndex::NUMBER_START; in generateCode() 822 sal_Int16 nHere = ::std::min( ((aIter != aFormatIndexSet.end() ? *aIter : in generateCode() 864 for(sal_Int16 i = mnFormats; i < formatCount; i++) { in generateCode() 925 sal_Int16 nbOfCollations = 0; in generateCode() [all …]
|
| /trunk/main/i18npool/inc/ |
| H A D | calendar_gregorian.hxx | 43 const sal_Int16 FIELD_INDEX_COUNT = CalendarFieldIndex::FIELD_COUNT2; 63 …virtual void SAL_CALL setValue( sal_Int16 nFieldIndex, sal_Int16 nValue ) throw(com::sun::star::un… 64 …virtual sal_Int16 SAL_CALL getValue(sal_Int16 nFieldIndex) throw(com::sun::star::uno::RuntimeExcep… 65 …virtual void SAL_CALL addValue(sal_Int16 nFieldIndex, sal_Int32 nAmount) throw(com::sun::star::uno… 69 virtual sal_Int16 SAL_CALL getFirstDayOfWeek() throw(com::sun::star::uno::RuntimeException); 70 …virtual void SAL_CALL setFirstDayOfWeek(sal_Int16 nDay) throw(com::sun::star::uno::RuntimeExceptio… 71 …virtual void SAL_CALL setMinimumNumberOfDaysForFirstWeek(sal_Int16 nDays) throw(com::sun::star::un… 72 …virtual sal_Int16 SAL_CALL getMinimumNumberOfDaysForFirstWeek() throw(com::sun::star::uno::Runtime… 73 … virtual sal_Int16 SAL_CALL getNumberOfMonthsInYear() throw(com::sun::star::uno::RuntimeException); 74 virtual sal_Int16 SAL_CALL getNumberOfDaysInWeek() throw(com::sun::star::uno::RuntimeException); [all …]
|
| /trunk/main/linguistic/inc/linguistic/ |
| H A D | hyphdta.hxx | 47 sal_Int16 nHyphPos; 48 sal_Int16 nHyphenationPos; 49 sal_Int16 nLanguage; 57 HyphenatedWord(const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nHyphenationPos, 58 const ::rtl::OUString &rHyphenatedWord, sal_Int16 nHyphenPos ); 68 virtual sal_Int16 SAL_CALL 74 virtual sal_Int16 SAL_CALL 83 sal_Int16 GetLanguage() { return nLanguage; } in GetLanguage() 86 void SetLanguage( sal_Int16 nLang ) { nLanguage = nLang; } in SetLanguage() 88 const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nHyphenationPos, [all …]
|
| /trunk/main/forms/source/component/ |
| H A D | ListBox.cxx | 173 m_aBoundColumn <<= (sal_Int16)1; in OListBoxModel() 343 … DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(static_cast< Sequence<sal_Int16>*>(NULL))), in setFastPropertyValue_NoBroadcast() 378 …ConvertedValue, _rOldValue, _rValue, m_aBoundColumn, ::getCppuType(static_cast<sal_Int16*>(NULL))); in convertFastPropertyValue() 447 DECL_PROP1(TABINDEX, sal_Int16, BOUND); in describeFixedProperties() 448 DECL_PROP2(BOUNDCOLUMN, sal_Int16, BOUND, MAYBEVOID); in describeFixedProperties() 452 DECL_PROP1(DEFAULT_SELECT_SEQ, Sequence<sal_Int16>, BOUND); in describeFixedProperties() 495 Sequence<sal_Int16> aDummySeq; in write() 509 _rxOutStream << (sal_Int16)m_eListSourceType; in write() 515 sal_Int16 nBoundColumn = 0; in write() 555 m_aBoundColumn <<= (sal_Int16)0; in read() [all …]
|
| /trunk/main/toolkit/source/helper/ |
| H A D | property.cxx | 71 sal_Int16 nAttribs; 82 sal_Int16 nAttrs, sal_Bool bDepends = sal_False ) in ImplPropertyInfo() 121 …DECL_PROP_3 ( "Align", ALIGN, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 129 …DECL_PROP_3 ( "Border", BORDER, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 135 …DECL_PROP_2 ( "DateFormat", EXTDATEFORMAT, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 139 …DECL_PROP_2 ( "DecimalAccuracy", DECIMALACCURACY, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 145 …DECL_PROP_2 ( "EchoChar", ECHOCHAR, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 155 …DECL_PROP_2 ( "FontRelief", FONTRELIEF, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 156 …DECL_PROP_2 ( "FontEmphasisMark", FONTEMPHASISMARK, sal_Int16, BOUND, MAYBEDE… in ImplGetPropertyInfos() 162 …DECL_PROP_2 ( "FontFamily", FONTDESCRIPTORPART_FAMILY, sal_Int16, BOUND… in ImplGetPropertyInfos() [all …]
|
| /trunk/main/i18npool/source/breakiterator/ |
| H A D | breakiteratorImpl.cxx | 56 … const Locale &rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in nextCharacters() 65 … const Locale& rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in previousCharacters() 75 static sal_Int32 skipSpace(const OUString& Text, sal_Int32 nPos, sal_Int32 len, sal_Int16 rWordType… in skipSpace() 105 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in nextWord() 135 const Locale& rLocale, sal_Int16 rWordType) throw(RuntimeException) in previousWord() 161 sal_Int16 rWordType, sal_Bool bDirection ) throw(RuntimeException) in getWordBoundary() 194 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in isBeginWord() 210 const Locale& rLocale, sal_Int16 rWordType ) throw(RuntimeException) in isEndWord() 250 sal_Int16 SAL_CALL BreakIteratorImpl::getScriptType( const OUString& Text, sal_Int32 nPos ) in getScriptType() 286 sal_Int32 nStartPos, sal_Int16 ScriptType ) throw(RuntimeException) in beginOfScript() [all …]
|
| /trunk/main/svtools/source/filter/ |
| H A D | sgvmain.cxx | 117 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs) in RotatePoint() 119 sal_Int16 dx,dy; in RotatePoint() 125 P.x=cx+sal_Int16(x1); in RotatePoint() 126 P.y=cy+sal_Int16(y1); in RotatePoint() 129 void RotatePoint(Point& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs) in RotatePoint() 131 sal_Int16 dx,dy; in RotatePoint() 133 dx=(sal_Int16)(P.X()-cx); in RotatePoint() 134 dy=(sal_Int16)(P.Y()-cy); in RotatePoint() 137 P=Point(cx+sal_Int16(x1),cy+sal_Int16(y1)); in RotatePoint() 140 sal_Int16 iMulDiv(sal_Int16 a, sal_Int16 Mul, sal_Int16 Div) in iMulDiv() [all …]
|