Home
last modified time | relevance | path

Searched refs:nNewType (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx271 sal_uInt16 nNewType = 0; in IMPL_LINK() local
292 nNewType = NUMBERFORMAT_DATETIME; in IMPL_LINK()
296 nNewType = NUMBERFORMAT_DATE; in IMPL_LINK()
300 nNewType = NUMBERFORMAT_TIME; in IMPL_LINK()
331 nNewType = NUMBERFORMAT_DATE; in IMPL_LINK()
336 nNewType = NUMBERFORMAT_TIME; in IMPL_LINK()
340 if (!nNewType) in IMPL_LINK()
346 if (nOldType != nNewType) in IMPL_LINK()
348 aFormatLB.SetFormatType(nNewType); in IMPL_LINK()
368 if (!nFormat && (nNewType == NUMBERFORMAT_DATE || nNewType == NUMBERFORMAT_TIME)) in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx351 sal_uInt16 nNewType = RT_NAME; in setType() local
352 if ( nUnoType & sheet::NamedRangeFlag::FILTER_CRITERIA ) nNewType |= RT_CRITERIA; in setType()
353 if ( nUnoType & sheet::NamedRangeFlag::PRINT_AREA ) nNewType |= RT_PRINTAREA; in setType()
354 if ( nUnoType & sheet::NamedRangeFlag::COLUMN_HEADER ) nNewType |= RT_COLHEADER; in setType()
355 if ( nUnoType & sheet::NamedRangeFlag::ROW_HEADER ) nNewType |= RT_ROWHEADER; in setType()
432 sal_uInt16 nNewType = bIsShared ? RT_SHARED : RT_NAME; in setPropertyValue() local
602 sal_uInt16 nNewType = RT_NAME; in ImplAddNewByScopeAndName() local
603 if ( nUnoType & sheet::NamedRangeFlag::FILTER_CRITERIA ) nNewType |= RT_CRITERIA; in ImplAddNewByScopeAndName()
604 if ( nUnoType & sheet::NamedRangeFlag::PRINT_AREA ) nNewType |= RT_PRINTAREA; in ImplAddNewByScopeAndName()
606 if ( nUnoType & sheet::NamedRangeFlag::ROW_HEADER ) nNewType |= RT_ROWHEADER; in ImplAddNewByScopeAndName()
[all …]
H A Ddapiuno.cxx835 sal_uInt16 nNewType = sheet::DataImportMode_NONE; in setPropertyValue() local
839 nNewType = sheet::DataImportMode_SQL; in setPropertyValue()
841 nNewType = sheet::DataImportMode_QUERY; in setPropertyValue()
843 nNewType = sheet::DataImportMode_TABLE; in setPropertyValue()
845 aImportDesc.nType = nNewType; in setPropertyValue()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx199 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local
203 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
223 if ( nOldType != nNewType in alterColumnByName()
256 alterColumnType(nNewType,colName,descriptor); in alterColumnByName()
300 void OMySQLTable::alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName, const Refere… in alterColumnType() argument
311 …setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE),makeAny(nNewType)); in alterColumnType()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx180 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local
187 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
224 if ( nOldType != nNewType in alterColumnByName()
237 alterColumnType(nNewType,sNewColumnName,descriptor); in alterColumnByName()
267 void OHSQLTable::alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName, const Referen… in alterColumnType() argument
292 …setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE),makeAny(nNewType)); in alterColumnType()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx199 sal_uInt16 nNewType; in ReRead() local
201 nNewType = OBJECT_CLIENT_DDE; in ReRead()
205 nNewType = OBJECT_CLIENT_GRF; in ReRead()
208 if ( nNewType != refLink->GetObjType() ) in ReRead()
211 ( (SwBaseLink*) &refLink )->SetObjType( nNewType ); in ReRead()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTable.cxx148 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local
151 …tor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
158 if(nOldType != nNewType || nOldPrec != nNewPrec || nOldScale != nNewScale) in alterColumnByName()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx160 SvXMLNumFormatContext& rParentContext, sal_uInt16 nNewType,
938 SvXMLNumFormatContext& rParentContext, sal_uInt16 nNewType, in SvXMLNumFmtElementContext() argument
942 nType( nNewType ), in SvXMLNumFmtElementContext()
1367 SvXMLNumImpData* pNewData, sal_uInt16 nNewType, in SvXMLNumFormatContext() argument
1374 nType( nNewType ), in SvXMLNumFormatContext()
/trunk/main/xmloff/source/draw/
H A DXMLNumberStyles.cxx601 … const rtl::OUString& rLocalName, SvXMLNumImpData* pNewData, sal_uInt16 nNewType, const com::sun::… in SdXMLNumberFormatImportContext() argument
602 : SvXMLNumFormatContext(rImport, nPrfx, rLocalName, pNewData, nNewType, xAttrList, rStyles), in SdXMLNumberFormatImportContext()
/trunk/main/xmloff/inc/
H A DXMLNumberStylesImport.hxx61 SvXMLNumImpData* pNewData, sal_uInt16 nNewType,
/trunk/main/connectivity/source/inc/mysql/
H A DYTable.hxx115 …void alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName,const ::com::sun::star::u…
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTable.hxx116 …void alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName,const ::com::sun::star::u…
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl83 [in] short nNewType );
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx178 SvXMLNumImpData* pNewData, sal_uInt16 nNewType,
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx656 sal_Bool SAL_CALL SvNumberFormatsObj::isTypeCompatible( sal_Int16 nOldType, sal_Int16 nNewType ) in isTypeCompatible() argument
664 bRet = pFormatter->IsCompatible( nOldType, nNewType ); in isTypeCompatible()
H A Dnumfmuno.hxx156 virtual sal_Bool SAL_CALL isTypeCompatible( sal_Int16 nOldType, sal_Int16 nNewType )
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx458 const ScPatternAttr& rPattern, short nNewType ) in ApplyPatternIfNumberformatIncompatible() argument
471 if ( nOldType == nNewType || pFormatter->IsCompatible( nOldType, nNewType ) ) in ApplyPatternIfNumberformatIncompatible()
H A Dtable2.cxx1945 const ScPatternAttr& rPattern, short nNewType ) in ApplyPatternIfNumberformatIncompatible() argument
1950 aCol[nCol].ApplyPatternIfNumberformatIncompatible( rRange, rPattern, nNewType ); in ApplyPatternIfNumberformatIncompatible()
H A Ddocument.cxx4002 const ScMarkData& rMark, const ScPatternAttr& rPattern, short nNewType ) in ApplyPatternIfNumberformatIncompatible() argument
4007 pTab[i]->ApplyPatternIfNumberformatIncompatible( rRange, rPattern, nNewType ); in ApplyPatternIfNumberformatIncompatible()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx846 sal_uInt16 nNewType, in XMLTextFrameContext_Impl() argument
877 , nType( nNewType ) in XMLTextFrameContext_Impl()
/trunk/main/sc/inc/
H A Dcolumn.hxx322 const ScPatternAttr& rPattern, short nNewType );
H A Dtable.hxx566 const ScPatternAttr& rPattern, short nNewType );
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1155 void SwWW8ImplReader::StopAnlToRestart(sal_uInt8 nNewType, bool bGoBack) in StopAnlToRestart() argument
1174 (((nWwNumType == WW8_Outline) && (nNewType == WW8_Numbering)) || in StopAnlToRestart()
1175 ((nWwNumType == WW8_Numbering) && (nNewType == WW8_Outline))); in StopAnlToRestart()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx820 short nNewType = pDoc->GetFormatTable()->GetType( pItem->GetValue() ); in EnterBlock() local
822 *pPattern, nNewType ); in EnterBlock()
H A Dviewfunc.cxx2828 short nNewType = 0; in ChangeNumFmtDecimals() local
2830 nNewType, nNewFormat, eLanguage ); in ChangeNumFmtDecimals()

Completed in 237 milliseconds

12