Home
last modified time | relevance | path

Searched refs:nType (Results 251 – 275 of 977) sorted by relevance

1...<<11121314151617181920>>...40

/trunk/main/oox/source/xls/
H A Dtablebuffer.cxx76 sal_Int32 nType; in importTable() local
77 rStrm >> aBinRange >> nType >> maModel.mnId >> maModel.mnHeaderRows >> maModel.mnTotalsRows; in importTable()
83 maModel.mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_TOKEN_INVALID ); in importTable()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx90 sal_Int32 nType = 0; in setColumn() local
100 _xColumn->getPropertyValue(PROPERTY_TYPE) >>= nType; in setColumn()
113 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeNam… in setColumn()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx48 nType(NUMBERFORMAT_ALL), in ScMyCellInfo()
65 nType(nTempType), in ScMyCellInfo()
89 if ((nType == NUMBERFORMAT_DATE || nType == NUMBERFORMAT_TIME) && sInputString.Len() == 0) in CreateCell()
92 if (nType == NUMBERFORMAT_DATE) in CreateCell()
94 else if (nType == NUMBERFORMAT_TIME) in CreateCell()
H A DXMLExportIterator.cxx721 rMyCell.nType = table::CellContentType_VALUE; in SetMatrixCellData()
725 rMyCell.nType = table::CellContentType_TEXT; in SetMatrixCellData()
728 rMyCell.nType = table::CellContentType_FORMULA; in SetMatrixCellData()
731 rMyCell.nType = table::CellContentType_EMPTY; in SetMatrixCellData()
734 if (rMyCell.nType == table::CellContentType_FORMULA) in SetMatrixCellData()
884 aCell.nType = table::CellContentType_EMPTY; in GetNext()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx331 sal_Int32 nDBRow, sal_Int32 nDBColumn, sal_Int32 nType ) in lcl_SetValue() argument
343 switch (nType) in lcl_SetValue()
845 sal_Int32 nType = 0; in fetchRow() local
847 nType = m_aTypes[i-1]; in fetchRow()
849 …aIter)->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nType; in fetchRow()
853 m_aNullDate, m_nFilePos, i, nType ); in fetchRow()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx761 sal_Int16 nType( ::com::sun::star::ui::ItemType::DEFAULT ); in WriteToolBoxDocument() local
765 …lbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisible, nType ); in WriteToolBoxDocument()
766 if ( nType == ::com::sun::star::ui::ItemType::DEFAULT ) in WriteToolBoxDocument()
768 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_SPACE ) in WriteToolBoxDocument()
770 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINE ) in WriteToolBoxDocument()
772 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINEBREAK ) in WriteToolBoxDocument()
/trunk/main/sw/inc/
H A Dcalbck.hxx150 …void ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId nType = T…
250 SW_DLLPUBLIC SwClient* First( TypeId nType );
252 SW_DLLPUBLIC SwClient* Last( TypeId nType );
/trunk/main/xmloff/inc/xmloff/
H A Dnumehelp.hxx47 sal_Int16 nType; member
49 XMLNumberFormat() : nNumberFormat(0), nType(0) {} in XMLNumberFormat()
52 nType(nTempType) {} in XMLNumberFormat()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx91 sal_Bool IsGrayPortionType( sal_uInt16 nType ) const;
103 virtual void Text(sal_uInt16 nLength, sal_uInt16 nType);
104 virtual void Special(sal_uInt16 nLength, const String& rText, sal_uInt16 nType);
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1745 void ValueSet::StateChanged( StateChangedType nType ) in StateChanged() argument
1747 Control::StateChanged( nType ); in StateChanged()
1749 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
1754 else if ( nType == STATE_CHANGE_UPDATEMODE ) in StateChanged()
1759 else if ( nType == STATE_CHANGE_TEXT ) in StateChanged()
1767 else if ( (nType == STATE_CHANGE_ZOOM) || in StateChanged()
1768 (nType == STATE_CHANGE_CONTROLFONT) ) in StateChanged()
1773 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
1778 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
1783 else if ( (nType == STATE_CHANGE_STYLE) || (nType == STATE_CHANGE_ENABLE) ) in StateChanged()
H A Dctrlbox.cxx606 sal_uInt16 nType ) : in ImplFontNameListData()
608 mnType( nType ) in ImplFontNameListData()
699 sal_uInt16 nType = pList->GetFontNameType( i ); in Fill() local
700 ImplFontNameListData* pData = new ImplFontNameListData( rFontInfo, nType ); in Fill()
795 sal_uInt16 nType = pData->mnType; in UserDraw() local
804 …if ( (nType & (FONTLIST_FONTNAMETYPE_PRINTER | FONTLIST_FONTNAMETYPE_SCREEN)) == FONTLIST_FONTNAME… in UserDraw()
806 else if ( nType & FONTLIST_FONTNAMETYPE_SCALABLE ) in UserDraw()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx280 void EMFWriter::ImplBeginRecord( sal_uInt32 nType ) in ImplBeginRecord() argument
289 (*mpStm) << nType; in ImplBeginRecord()
903 const sal_uInt16 nType = pAction->GetType(); in ImplWrite() local
905 switch( nType ) in ImplWrite()
1027 switch( nType ) in ImplWrite()
1055 ImplWritePolygonRecord( aPoly, nType != META_ARC_ACTION ); in ImplWrite()
1406 …lWriteActions: unsupported MetaAction #" ) += ByteString::CreateFromInt32( nType ) ).GetBuffer() ); in ImplWrite()
/trunk/main/sw/source/core/inc/
H A Dmvsave.hxx130 sal_uInt16 nType; // Insert/Move/Delete/... (UndoIds) member in SwDataChanged
133 SwDataChanged( const SwPaM& rPam, sal_uInt16 nType );
134 SwDataChanged( SwDoc* pDoc, const SwPosition& rPos, sal_uInt16 nType );
/trunk/main/sw/source/core/layout/
H A Dlayhelp.hxx67 void Insert( sal_uInt16 nType, sal_uLong nIndex, xub_StrLen nOffset );
185 sal_Bool OpenRec( sal_uInt8 nType );
189 sal_Bool CloseRec( sal_uInt8 nType );
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx713 sal_Int32 nType = pTableBox->GetSelColumnType(); in IMPL_LINK() local
715 bool bEmpty = (nType == CSV_TYPE_MULTI); in IMPL_LINK()
716 bool bEnable = ((0 <= nType) && (nType < nTypeCount)) || bEmpty; in IMPL_LINK()
726 aLbType.SelectEntryPos( static_cast< sal_uInt16 >( nType ) ); in IMPL_LINK()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx753 short nType; in Format() local
773 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
790 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
801 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
836 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
H A Dsbxvalue.cxx1625 sal_uInt16 nType; in LoadData() local
1626 r >> nType; in LoadData()
1627 aData.eType = SbxDataType( nType ); in LoadData()
1628 switch( nType ) in LoadData()
1762 sal_uInt16 nType = sal::static_int_cast< sal_uInt16 >(aData.eType); in StoreData() local
1763 r << nType; in StoreData()
1764 switch( nType & 0x0FFF ) in StoreData()
1773 ((SbxValue*)this)->aData.eType = (SbxDataType)( ( nType & 0xF000 ) | SbxDOUBLE ); in StoreData()
1775 ((SbxValue*)this)->aData.eType = (SbxDataType)nType; in StoreData()
/trunk/main/svl/source/filerec/
H A Dfilerec.cxx233 sal_uInt16 nType = sal::static_int_cast< sal_uInt16 >(SFX_REC_TYP(nHeader)); in ScanRecordType() local
234 if ( nType >= SFX_REC_TYPE_FIRST && nType <= SFX_REC_TYPE_LAST ) in ScanRecordType()
236 return nType; in ScanRecordType()
/trunk/main/svx/source/items/
H A Dzoomitem.cxx86 sal_Int8 nType; in Create() local
87 rStrm >> nValue >> nValSet >> nType; in Create()
88 SvxZoomItem* pNew = new SvxZoomItem( (SvxZoomType)nType, nValue, Which() ); in Create()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.hxx112 ImpPathDialog( PathDialog* pDlg, RESOURCE_TYPE nType, sal_Bool bCreateDir );
158 ImpFileDialog( PathDialog* pDlg, WinBits nStyle, RESOURCE_TYPE nType );
208 …void CreateDialog( PathDialog* pCreateFrom, WinBits nStyle, RESOURCE_TYPE nType, sal_Bool bCreat…
/trunk/main/offapi/com/sun/star/text/
H A DXTextMarkup.idl67 @param nType
82 void commitStringMarkup( [in] long nType,
88 void commitTextRangeMarkup( [in] long nType,
/trunk/main/i18npool/inc/
H A Ddefaultnumberingprovider.hxx46 void GetCharStrN( sal_Int32 nValue, sal_Int16 nType, rtl::OUString& rStr ) const;
47 void GetCharStr( sal_Int32 nValue, sal_Int16 nType, rtl::OUString& rStr ) const;
48 void GetRomanString( sal_Int32 nValue, sal_Int16 nType, rtl::OUString& rStr ) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx225 void OTableWindowTitle::StateChanged( StateChangedType nType ) in StateChanged() argument
227 Window::StateChanged( nType ); in StateChanged()
229 if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1024 int8_t nType = u_charType(rTxt.GetChar(nChg) ); in InitScriptInfo() local
1025 if (nType == U_NON_SPACING_MARK || nType == U_ENCLOSING_MARK || in InitScriptInfo()
1026 nType == U_COMBINING_SPACING_MARK ) in InitScriptInfo()
1795 sal_uInt16 nType = GetCompType( nCompIdx ); in Compress() local
1797 ASSERT( nType == CompType( nIdx ), "Gimme the right type!" ); in Compress()
1812 ASSERT( SwScriptInfo::NONE != nType, "None compression?!" ); in Compress()
1819 if( SwScriptInfo::KANA != nType ) in Compress()
1822 if( pPoint && SwScriptInfo::SPECIAL_LEFT == nType ) in Compress()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx52 nType( rMapEntry.mnType ), in XMLPropertySetMapperEntry_Impl()
64 nType( rEntry.nType), in XMLPropertySetMapperEntry_Impl()

Completed in 153 milliseconds

1...<<11121314151617181920>>...40