Home
last modified time | relevance | path

Searched refs:sal_Int16 (Results 176 – 200 of 2785) sorted by relevance

12345678910>>...112

/aoo41x/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx64 sal_Int16 SAL_CALL SaxAttrList::getLength() throw() in getLength()
66 return sal_Int16(m_aAttributes.size()); in getLength()
68 rtl::OUString SAL_CALL SaxAttrList::getNameByIndex( sal_Int16 i_nIndex ) throw() in getNameByIndex()
70 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aName : rtl::OUStr… in getNameByIndex()
73 rtl::OUString SAL_CALL SaxAttrList::getTypeByIndex( sal_Int16 i_nIndex) throw() in getTypeByIndex()
75 return (i_nIndex < sal_Int16(m_aAttributes.size())) ? getCDATAString() : rtl::OUString(); in getTypeByIndex()
83 rtl::OUString SAL_CALL SaxAttrList::getValueByIndex( sal_Int16 i_nIndex ) throw() in getValueByIndex()
85 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aValue : rtl::OUSt… in getValueByIndex()
/aoo41x/main/linguistic/source/
H A Dhyphdta.cxx52 HyphenatedWord::HyphenatedWord(const OUString &rWord, sal_Int16 nLang, sal_Int16 nHPos, in HyphenatedWord()
53 const OUString &rHyphWord, sal_Int16 nPos ) : in HyphenatedWord()
100 sal_Int16 SAL_CALL HyphenatedWord::getHyphenationPos() in getHyphenationPos()
116 sal_Int16 SAL_CALL HyphenatedWord::getHyphenPos() in getHyphenPos()
135 PossibleHyphens::PossibleHyphens(const OUString &rWord, sal_Int16 nLang, in PossibleHyphens()
137 const Sequence< sal_Int16 > &rPositions) : in PossibleHyphens()
175 Sequence< sal_Int16 > SAL_CALL PossibleHyphens::getHyphenationPositions() in getHyphenationPositions()
/aoo41x/main/starmath/source/
H A Dcfgitem.cxx244 nCharSet = (sal_Int16) rFont.GetCharSet(); in SmFontFormat()
245 nFamily = (sal_Int16) rFont.GetFamily(); in SmFontFormat()
246 nPitch = (sal_Int16) rFont.GetPitch(); in SmFontFormat()
247 nWeight = (sal_Int16) rFont.GetWeight(); in SmFontFormat()
248 nItalic = (sal_Int16) rFont.GetItalic(); in SmFontFormat()
717 sal_Int16 nTmp16 = 0; in ReadFontFormat()
798 pVal->Value <<= (sal_Int16) aFntFmt.nFamily; in SaveFontFormatList()
803 pVal->Value <<= (sal_Int16) aFntFmt.nPitch; in SaveFontFormatList()
879 sal_Int16 nTmp16 = 0; in LoadOther()
953 *pValue++ <<= (sal_Int16) pOther->ePrintSize; in SaveOther()
[all …]
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx418 aAny <<= (sal_Int16)nLen; in setMaxTextLen()
708 sal_Int16 n = sal_Int16(); in GetComponentServiceName()
1107 sal_Int16 nState = bOn ? 1 : 0; in setState()
1115 sal_Int16 nState = 0; in getState()
1310 aAny <<= (sal_Int16)n; in setState()
1379 aAny <<= (sal_Int16)0; in ImplGetDefaultValue()
1474 aAny <<= (sal_Int16)nAlign; in setAlignment()
1566 aAny <<= (sal_Int16)0; in ImplGetDefaultValue()
1643 aAny <<= (sal_Int16)nAlign; in setAlignment()
2503 sal_Int16 n = -1; in getSelectedItemPos()
[all …]
H A Droadmapcontrol.cxx106 aReturn <<= (sal_Int16) -1; in ImplGetDefaultValue()
111 aReturn <<= (sal_Int16) 2; // No Border in ImplGetDefaultValue()
264 sal_Int16 UnoControlRoadmapModel::GetCurrentItemID( Reference< XPropertySet > xPropertySet ) in GetCurrentItemID()
267 sal_Int16 n_CurrentItemID = 0; in GetCurrentItemID()
286 sal_Int16 n_CurrentItemID = GetCurrentItemID( xPropertySet ); in insertByIndex()
290 aAny <<= ( sal_Int16 ) ( n_CurrentItemID + 1 ); in insertByIndex()
307 sal_Int16 n_CurrentItemID = GetCurrentItemID( xPropertySet ); in removeByIndex()
313 n_CurrentItemID = sal::static_int_cast< sal_Int16 >( in removeByIndex()
320 aAny <<= ( sal_Int16 ) -1; in removeByIndex()
322 aAny <<= ( sal_Int16 ) ( n_CurrentItemID - 1 ); in removeByIndex()
[all …]
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbacolorformat.hxx37 const static sal_Int16 LINEFORMAT_FORECOLOR = 1;
38 const static sal_Int16 LINEFORMAT_BACKCOLOR = 2;
39 const static sal_Int16 FILLFORMAT_FORECOLOR = 3;
40 const static sal_Int16 FILLFORMAT_BACKCOLOR = 4;
41 const static sal_Int16 THREEDFORMAT_EXTRUSIONCOLOR = 5;
104 sal_Int16 m_nColorFormatType;
109 void setColorFormat( sal_Int16 nType );
111 …Parent, const css::uno::Reference< css::drawing::XShape > xShape, const sal_Int16 nColorFormatType…
/aoo41x/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx108 Sequence< sal_Int16 > aSelection; in initialize()
124 Sequence< sal_Int16 > aSelection; in commitSelection()
148 void ListSelectionDialog::collectSelection( Sequence< sal_Int16 >& /* [out] */ _rSelection ) in collectSelection()
152 sal_Int16* pSelection = _rSelection.getArray(); in collectSelection()
154 *pSelection = static_cast< sal_Int16 >( m_aEntries.GetSelectEntryPos( selected ) ); in collectSelection()
158 void ListSelectionDialog::selectEntries( const Sequence< sal_Int16 >& /* [in ] */ _rSelection ) in selectEntries()
161 const sal_Int16* pSelection = _rSelection.getConstArray(); in selectEntries()
162 const sal_Int16* pSelectionEnd = _rSelection.getConstArray() + _rSelection.getLength(); in selectEntries()
/aoo41x/main/oox/source/drawingml/
H A Dfillproperties.cxx235 … aGradient.XOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterX / PER_PERCENT, 30, 70 ); in pushToPropMap()
237 … aGradient.YOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterY / PER_PERCENT, 30, 70 ); in pushToPropMap()
257 … aGradient.Angle = static_cast< sal_Int16 >( (4500 - (nDmlAngle / (PER_DEGREE / 10))) % 3600 ); in pushToPropMap()
302sal_Int16 nTileOffsetX = getDoubleIntervalValue< sal_Int16 >( maBlipProps.moTileOffsetX.get( 0 ) /… in pushToPropMap()
304sal_Int16 nTileOffsetY = getDoubleIntervalValue< sal_Int16 >( maBlipProps.moTileOffsetY.get( 0 ) /… in pushToPropMap()
356 sal_Int16 nToTransparence = maBlipProps.maColorChangeTo.getTransparency(); in pushToPropMap()
401sal_Int16 nBrightness = getLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moBrightness.get( 0 )… in pushToPropMap()
404sal_Int16 nContrast = getLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moContrast.get( 0 ) / P… in pushToPropMap()
/aoo41x/main/oox/source/xls/
H A Dviewsettings.cxx117 const sal_Int16 API_ZOOMTYPE_PERCENT = 0; /// Zoom value in percent.
123 const sal_Int16 API_SPLITMODE_NONE = 0; /// No splits in window.
124 const sal_Int16 API_SPLITMODE_SPLIT = 1; /// Window is split.
128 const sal_Int16 API_SPLITPANE_TOPLEFT = 0; /// Top-left, or top pane.
129 const sal_Int16 API_SPLITPANE_TOPRIGHT = 1; /// Top-right pane.
503 sal_Int16 nHSplitMode = API_SPLITMODE_NONE; in finalizeImport()
504 sal_Int16 nVSplitMode = API_SPLITMODE_NONE; in finalizeImport()
508 sal_Int16 nActivePane = API_SPLITPANE_BOTTOMLEFT; in finalizeImport()
730 sal_Int16 nShowMode = getWorkbookSettings().getApiShowObjectMode(); in finalizeImport()
739 sal_Int16 nActiveSheet = getActiveCalcSheet(); in finalizeImport()
[all …]
/aoo41x/main/xmloff/inc/xmloff/
H A Dattrlist.hxx63 virtual sal_Int16 SAL_CALL getLength(void) throw( ::com::sun::star::uno::RuntimeException );
64 …virtual ::rtl::OUString SAL_CALL getNameByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtime…
65 …virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtime…
67 …virtual ::rtl::OUString SAL_CALL getValueByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtim…
79 void SetValueByIndex( sal_Int16 i, const ::rtl::OUString& rValue );
80 void RemoveAttributeByIndex( sal_Int16 i );
81 void RenameAttributeByIndex( sal_Int16 i, const ::rtl::OUString& rNewName );
82 sal_Int16 GetIndexByName( const ::rtl::OUString& rName ) const;
/aoo41x/main/i18npool/inc/
H A Dindexentrysupplier_default.hxx49 virtual sal_Int16 SAL_CALL compareIndexEntry( const rtl::OUString& IndexEntry1,
75 …void init(sal_Unicode start_, sal_Unicode end_, IndexKey* keys, sal_Int16 key_count, Index *index);
94 sal_Int16 getIndexWeight(const rtl::OUString& rIndexEntry);
98 sal_Int16 table_count;
100 sal_Int16 key_count;
101 sal_Int16 mkeys[MAX_KEYS];
102 sal_Int16 mkey_count;
105 sal_Int16 compare(sal_Unicode c1, sal_Unicode c2);
H A Dnumberformatcode.hxx47 …com::sun::star::i18n::NumberFormatCode SAL_CALL getDefault( sal_Int16 nFormatType, sal_Int16 nForm…
48 …virtual ::com::sun::star::i18n::NumberFormatCode SAL_CALL getFormatCode( sal_Int16 nFormatIndex, c…
49 …< ::com::sun::star::i18n::NumberFormatCode > SAL_CALL getAllFormatCode( sal_Int16 nFormatUsage, co…
69 ::rtl::OUString mapElementTypeShortToString(sal_Int16 formatType);
70 sal_Int16 mapElementTypeStringToShort(const ::rtl::OUString& formatType);
71 ::rtl::OUString mapElementUsageShortToString(sal_Int16 formatUsage);
72 sal_Int16 mapElementUsageStringToShort(const ::rtl::OUString& formatUsage);
H A Dbreakiterator_unicode.hxx47 const com::sun::star::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
50 const com::sun::star::lang::Locale& rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
54 …const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType) throw(com::sun::star::uno::Runtim…
56 …const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType) throw(com::sun::star::uno::Runtim…
58 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection )
90 sal_Int16 aBreakType, aWordType;
93sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char* name, const rtl::OUString& rText) throw…
/aoo41x/main/xmloff/source/text/
H A DXMLPropertyBackpatcher.cxx200 template class XMLPropertyBackpatcher<sal_Int16>;
206 ::std::auto_ptr< XMLPropertyBackpatcher<sal_Int16> >
210 ::std::auto_ptr< XMLPropertyBackpatcher<sal_Int16> >
246 XMLPropertyBackpatcher<sal_Int16>& XMLTextImportHelper::GetFootnoteBP() in GetFootnoteBP()
251 new XMLPropertyBackpatcher<sal_Int16>(GetSequenceNumber())); in GetFootnoteBP()
256 XMLPropertyBackpatcher<sal_Int16>& XMLTextImportHelper::GetSequenceIdBP() in GetSequenceIdBP()
261 new XMLPropertyBackpatcher<sal_Int16>(GetSequenceNumber())); in GetSequenceIdBP()
280 sal_Int16 nAPIId) in InsertFootnoteID()
295 sal_Int16 nAPIId) in InsertSequenceID()
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx61 void XMLTableShapeImportHelper::SetLayer(uno::Reference<drawing::XShape>& rShape, sal_Int16 nLayerI… in SetLayer()
88 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in finishShape()
91 sal_Int16 nLayerID(-1); in finishShape()
92 for( sal_Int16 i=0; i < nAttrCount; ++i ) in finishShape()
163 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in finishShape()
164 for( sal_Int16 i=0; i < nAttrCount; ++i ) in finishShape()
184 sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); in finishShape()
185 sal_Int16 nLayerID(-1); in finishShape()
186 for( sal_Int16 i=0; i < nAttrCount; ++i ) in finishShape()
H A DXMLTrackedChangesContext.cxx551 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLTrackedChangesContext()
630 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLChangeInfoContext()
715 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLBigRangeContext()
797 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLCellContentDeletionContext()
866 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLDependenceContext()
948 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLChangeDeletionContext()
1133 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLChangeCellContext()
1343 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLPreviousContext()
1399 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLContentChangeContext()
1495 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ScXMLInsertionContext()
[all …]
/aoo41x/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx204 const sal_Int16 _eRelOrient, in _GetVertAlignmentValues()
345 const sal_Int16 _eVertOrient, in _GetVertRelPos()
346 const sal_Int16 _eRelOrient, in _GetVertRelPos()
726 sal_Int16& _ioeHoriOrient, in _ToggleHoriOrientAndAlign()
727 sal_Int16& _iopeRelOrient in _ToggleHoriOrientAndAlign()
801 sal_Int16 eHoriOrient = _rHoriOrient.GetHoriOrient(); in _CalcRelPosX()
802 sal_Int16 eRelOrient = _rHoriOrient.GetRelationOrient(); in _CalcRelPosX()
1094 sal_Int16 eOtherRelOrient = rHori.GetRelationOrient(); in _DrawAsideFly()
1097 sal_Int16 eOtherHoriOrient = rHori.GetHoriOrient(); in _DrawAsideFly()
1124 bool SwAnchoredObjectPosition::_Minor( sal_Int16 _eRelOrient1, in _Minor()
[all …]
/aoo41x/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx441 sal_Int16 SAL_CALL CFilePicker::execute() throw(uno::RuntimeException) in execute()
445 sal_Int16 ret; in execute()
473 void SAL_CALL CFilePicker::setValue(sal_Int16 aControlId, sal_Int16 aControlAction, const uno::Any&… in setValue()
486 uno::Any SAL_CALL CFilePicker::getValue(sal_Int16 aControlId, sal_Int16 aControlAction) in getValue()
499 void SAL_CALL CFilePicker::enableControl(sal_Int16 aControlId, sal_Bool bEnable) in enableControl()
512 void SAL_CALL CFilePicker::setLabel(sal_Int16 aControlId, const ::rtl::OUString& aLabel) in setLabel()
525 rtl::OUString SAL_CALL CFilePicker::getLabel(sal_Int16 aControlId) in getLabel()
538 uno::Sequence<sal_Int16> SAL_CALL CFilePicker::getSupportedImageFormats() throw (uno::RuntimeExcept… in getSupportedImageFormats()
586 void SAL_CALL CFilePicker::setImage(sal_Int16 aImageFormat, const uno::Any& aImage) in setImage()
635 if ( (aAny.getValueType() != ::getCppuType((sal_Int16*)0)) && in initialize()
[all …]
H A DFilePicker.hxx104 virtual sal_Int16 SAL_CALL execute( )
156 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
159 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi…
162 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable )
165 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel )
168 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId )
175 …virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSupportedImageFormats( ) throw (…
183 …virtual void SAL_CALL setImage( sal_Int16 aImageFormat, const ::com::sun::star::uno::Any& aImage )…
/aoo41x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx382 sal_Int16 natNum = 0; in makeNumberingString()
383 sal_Int16 tableSize = 0; in makeNumberingString()
694 sal_Int16 nType;
696 sal_Int16 langOption;
757 OUString DefaultNumberingProvider::makeNumberingIdentifier(sal_Int16 index) in makeNumberingIdentifier()
820 Sequence< sal_Int16 > aRet(nSupported_NumberingTypes ); in getSupportedNumberingTypes()
821 sal_Int16* pArray = aRet.getArray(); in getSupportedNumberingTypes()
826 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) { in getSupportedNumberingTypes()
840 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) in getNumberingType()
851 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) in hasNumberingType()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dfonthdl.cxx216 rValue <<= (sal_Int16)eNewFamily; in importXML()
226 sal_Int16 nFamily = sal_Int16(); in exportXML()
254 rValue <<= (sal_Int16) RTL_TEXTENCODING_SYMBOL; in importXML()
263 sal_Int16 nSet = sal_Int16(); in exportXML()
293 rValue <<= (sal_Int16)eNewPitch; in importXML()
301 sal_Int16 nPitch = sal_Int16(); in exportXML()
/aoo41x/main/comphelper/source/misc/
H A Dsequence.cxx34 staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< ::rtl::OUString >& _rList, const ::… in findValue()
57 staruno::Sequence<sal_Int16> aRetSeq( 1 ); in findValue()
58 aRetSeq.getArray()[0] = (sal_Int16)nPos; in findValue()
63 return staruno::Sequence<sal_Int16>(); in findValue()
68 staruno::Sequence<sal_Int16> aRetSeq( nLength ); in findValue()
69 sal_Int16* pReturn = aRetSeq.getArray(); in findValue()
78 *pReturn = (sal_Int16)i; in findValue()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2393 sal_Int16 nDistance = sal_Int16(nIntValue & 0xffff); in sprmWithProps()
2880 sal_Int16 nStyleValue = 0; in sprmWithProps()
3021 sal_Int16 nEscapement = 0; in sprmWithProps()
3044 sal_Int16 nEscapement = 0; in sprmWithProps()
3074sal_Int16 nResult = static_cast<sal_Int16>(ConversionHelper::convertTwipToMM100(nIntValue)); in sprmWithProps()
3340 sal_Int16 nNumbering; in sprmWithProps()
3623 sal_Int16 nGridType = text::TextGridMode::NONE; in sprmWithProps()
4131 sal_Int16 nEscapement = 0; in sprmWithProps()
4721 sal_Int16 eUnderline = awt::FontUnderline::NONE; in handleUnderlineType()
4750 sal_Int16 nAdjust = 0; in handleParaJustification()
[all …]
/aoo41x/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx42 …_type( ::rtl::OUString::createFromAscii( "CharFontCharSet" ), makeAny( (sal_Int16) rFont.GetCharSe… in CharacterAttributesHelper()
43 …e_type( ::rtl::OUString::createFromAscii( "CharFontFamily" ), makeAny( (sal_Int16) rFont.GetFamily… in CharacterAttributesHelper()
45 …ue_type( ::rtl::OUString::createFromAscii( "CharFontPitch" ), makeAny( (sal_Int16) rFont.GetPitch(… in CharacterAttributesHelper()
47 …value_type( ::rtl::OUString::createFromAscii( "CharHeight" ), makeAny( (sal_Int16) rFont.GetSize()… in CharacterAttributesHelper()
48 …e_type( ::rtl::OUString::createFromAscii( "CharScaleWidth" ), makeAny( (sal_Int16) rFont.GetSize()… in CharacterAttributesHelper()
49 …ue_type( ::rtl::OUString::createFromAscii( "CharStrikeout" ), makeAny( (sal_Int16) rFont.GetStrike… in CharacterAttributesHelper()
50 …ue_type( ::rtl::OUString::createFromAscii( "CharUnderline" ), makeAny( (sal_Int16) rFont.GetUnderl… in CharacterAttributesHelper()
52 …alue_type( ::rtl::OUString::createFromAscii( "CharPosture" ), makeAny( (sal_Int16)rFont.GetItalic(… in CharacterAttributesHelper()
/aoo41x/main/sfx2/inc/sfx2/
H A Dobjuno.hxx125 …virtual void SAL_CALL addProperty( const ::rtl::OUString& Name, ::sal_Int16 Attributes, const ::co…
129 virtual sal_Int16 SAL_CALL getUserFieldCount() throw( ::com::sun::star::uno::RuntimeException );
130 …virtual ::rtl::OUString SAL_CALL getUserFieldName(sal_Int16 nIndex) throw( ::com::sun::star::uno::…
131 …virtual ::rtl::OUString SAL_CALL getUserFieldValue(sal_Int16 nIndex) throw( ::com::sun::star::uno:…
132 …virtual void SAL_CALL setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aName ) throw( ::c…
133 …virtual void SAL_CALL setUserFieldValue(sal_Int16 nIndex, const ::rtl::OUString& aValue ) throw( :…
177 virtual sal_Int16 SAL_CALL getUserFieldCount() throw( ::com::sun::star::uno::RuntimeException );
178 …virtual ::rtl::OUString SAL_CALL getUserFieldName(sal_Int16 nIndex) throw( ::com::sun::star::uno::…
179 …virtual ::rtl::OUString SAL_CALL getUserFieldValue(sal_Int16 nIndex) throw( ::com::sun::star::uno:…
180 …virtual void SAL_CALL setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aName ) throw( ::c…
[all …]

Completed in 232 milliseconds

12345678910>>...112