Home
last modified time | relevance | path

Searched refs:nType (Results 201 – 225 of 977) sorted by relevance

12345678910>>...40

/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx410 sal_Int16 nType = 0; in setFastPropertyValue() local
411 rValue >>= nType; in setFastPropertyValue()
412 SetZoomType( nType ); in setFastPropertyValue()
563 void SdUnoDrawView::SetZoomType ( sal_Int16 nType ) in SetZoomType() argument
572 switch( nType ) in SetZoomType()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h291 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…
293 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
296 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
299 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
403 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx199 sal_Int32 nType, nSubType, nOperator, nFmla1Size, nFmla2Size, nFmla3Size; in importCfRule() local
201 rStrm >> nType >> nSubType >> maModel.mnDxfId >> maModel.mnPriority >> nOperator; in importCfRule()
244 switch( nType ) in importCfRule()
395 sal_uInt8 nType, nOperator; in importCfRule() local
398 rStrm >> nType >> nOperator >> nFmla1Size >> nFmla2Size >> nFlags; in importCfRule()
402 maModel.mnType = STATIC_ARRAY_SELECT( spnTypeIds, nType, XML_TOKEN_INVALID ); in importCfRule()
H A Dpivottablebuffer.cxx229 void PTFieldItemModel::setBiffType( sal_uInt16 nType ) in setBiffType() argument
234 mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_data ); in setBiffType()
419 sal_uInt8 nType; in importPTFItem() local
421 rStrm >> nType >> nFlags >> aModel.mnCacheItem; in importPTFItem()
423 aModel.setBiffType( nType ); in importPTFItem()
501 sal_uInt16 nType, nFlags; in importPTFItem() local
503 rStrm >> nType >> nFlags >> nCacheItem; in importPTFItem()
505 aModel.setBiffType( nType ); in importPTFItem()
906 sal_Int32 nType; in importPTFilter() local
908 rStrm >> maModel.mnField >> maModel.mnMemPropField >> nType; in importPTFilter()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx99 sal_Int32 nType = rParam.bSql ? sdb::CommandType::COMMAND : in ShowInBeamer() local
100 ( (rParam.nType == ScDbQuery) ? sdb::CommandType::QUERY : in ShowInBeamer()
106 aSelection[svx::daCommandType] <<= nType; in ShowInBeamer()
237 sal_Int32 nType = rParam.bSql ? sdb::CommandType::COMMAND : in DoImport() local
238 ( (rParam.nType == ScDbQuery) ? sdb::CommandType::QUERY : in DoImport()
250 aAny <<= nType; in DoImport()
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx139 sal_Int16 nType = xCC->getCharacterDirection( str, i ); in visit() local
140 if ( nType == ::com::sun::star::i18n::DirectionProperty_RIGHT_TO_LEFT || in visit()
141 nType == ::com::sun::star::i18n::DirectionProperty_RIGHT_TO_LEFT_ARABIC || in visit()
142 nType == ::com::sun::star::i18n::DirectionProperty_RIGHT_TO_LEFT_EMBEDDING || in visit()
143 nType == ::com::sun::star::i18n::DirectionProperty_RIGHT_TO_LEFT_OVERRIDE in visit()
735 sal_Int16 nType = GetBreakIterator()->getScriptType( str, i ); in optimizeTextElements() local
736 if (nType == ::com::sun::star::i18n::ScriptType::COMPLEX) in optimizeTextElements()
767 sal_Int16 nType = GetBreakIterator()->getScriptType( str, i ); in optimizeTextElements() local
768 if (nType == ::com::sun::star::i18n::ScriptType::COMPLEX) in optimizeTextElements()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx149 sal_uInt16 nType; member in SvXMLNumFmtElementContext
942 nType( nNewType ), in SvXMLNumFmtElementContext()
1038 if ( nType == XML_TOK_STYLE_NUMBER && in CreateChildContext()
1079 switch (nType) in EndElement()
1374 nType( nNewType ), in SvXMLNumFormatContext()
1497 nType( 0 ), in SvXMLNumFormatContext()
1679 if ( nType == XML_TOK_STYLES_NUMBER_STYLE && !bHasExtraText && in CreateAndInsert()
1694 if ( nType == XML_TOK_STYLES_BOOLEAN_STYLE ) in CreateAndInsert()
1891 if ( nType == XML_TOK_STYLES_CURRENCY_STYLE ) in AddNumber()
2203 if ( nType == XML_TOK_STYLES_TEXT_STYLE && nIndex == 2 ) in AddCondition()
[all …]
/trunk/main/vcl/source/control/
H A Dedit.cxx189 Edit::Edit( WindowType nType ) : in Edit() argument
190 Control( nType ) in Edit()
2339 void Edit::StateChanged( StateChangedType nType ) in StateChanged() argument
2341 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
2353 else if ( nType == STATE_CHANGE_ENABLE ) in StateChanged()
2361 else if ( nType == STATE_CHANGE_STYLE || nType == STATE_CHANGE_MIRRORING ) in StateChanged()
2364 if( nType == STATE_CHANGE_STYLE ) in StateChanged()
2380 if ( nType == STATE_CHANGE_MIRRORING ) in StateChanged()
2400 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
2409 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
[all …]
/trunk/main/framework/source/uielement/
H A Dtoolbar.cxx59 void ToolBar::StateChanged( StateChangedType nType ) in StateChanged() argument
61 ToolBox::StateChanged( nType ); in StateChanged()
63 m_aStateChangedHandler.Call( &nType ); in StateChanged()
H A Dpanelwindow.cxx78 void PanelWindow::StateChanged( StateChangedType nType ) in StateChanged() argument
80 DockingWindow::StateChanged( nType ); in StateChanged()
82 m_aStateChangedHandler.Call( &nType ); in StateChanged()
/trunk/main/sw/source/ui/frmdlg/
H A Duiborder.cxx46 SwBorderDlg::SwBorderDlg(Window* pParent, SfxItemSet& rSet, sal_uInt16 nType) : in SwBorderDlg() argument
61 aSet.Put (SfxUInt16Item(SID_SWMODE_TYPE,nType)); in SwBorderDlg()
62 if(SW_BORDER_MODE_TABLE == nType) in SwBorderDlg()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx62 sal_Int32 nType = 0; in getColumnType() local
64 nType = (*m_mColumnsIter).second.getColumnType(); in getColumnType()
68 nType = ADOS::MapADOType2Jdbc(aField.GetADOType()); in getColumnType()
70 return nType; in getColumnType()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx152 short nType = nTypeArray[i]; in Save() local
153 switch ( nType ) in Save()
166 rStream << nType; in Save()
471 short nType; in LoadNewCurrencyMap() local
472 rStream >> nPos >> nType; in LoadNewCurrencyMap()
1586 short nType = eType; in ConvertLanguage() local
3539 short nType; in ImpGetNumberOutput() local
3543 switch ( nType ) in ImpGetNumberOutput()
3824 short nType; in ImpNumberFill() local
3827 switch ( nType ) in ImpNumberFill()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dbrowserpage.cxx78 void OBrowserPage::StateChanged(StateChangedType nType) in StateChanged() argument
80 Window::StateChanged( nType); in StateChanged()
81 if (STATE_CHANGE_VISIBLE == nType) in StateChanged()
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx199 void SetFrmType(sal_uInt16 nType) { nDlgType = nType; } in SetFrmType() argument
332 void SetFrmType(sal_uInt16 nType) { nDlgType = nType; } in SetFrmType() argument
/trunk/main/i18npool/source/isolang/
H A Dmslangid.cxx140 LanguageType MsLangId::resolveSystemLanguageByScriptType( LanguageType nLang, sal_Int16 nType ) in resolveSystemLanguageByScriptType() argument
146 if (nType != ::com::sun::star::i18n::ScriptType::WEAK && getScriptType(nLang) != nType) in resolveSystemLanguageByScriptType()
148 switch(nType) in resolveSystemLanguageByScriptType()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DXSpellAlternatives_impl.java33 short nType; // type of failure field in XSpellAlternatives_impl
44 this.nType = nFailureType; in XSpellAlternatives_impl()
70 return nType; in getFailureType()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx104 void TableStyleSheetEntry::AddTblStylePr( TblStyleType nType, PropertyMapPtr pProps ) in AddTblStylePr() argument
125 if ( nType == pTypesToFix[i] ) in AddTblStylePr()
148 m_aStyles[nType] = pProps; in AddTblStylePr()
475 StyleType nType = ( StyleType ) nIntValue; in lcl_attribute() local
476 if ( nType == STYLE_TYPE_TABLE ) in lcl_attribute()
578 TblStyleType nType = pTblStylePrHandler->getType( ); in lcl_sprm() local
582 if (nType == TBL_STYLE_UNKNOWN) in lcl_sprm()
590 pTableEntry->AddTblStylePr( nType, pProps ); in lcl_sprm()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx172 sal_uLong nType = 0; in AskConfig() local
178 aShortName, aFamilyName, eWeight, eWidthType, nType ); in AskConfig()
214 if( nType & IMPL_FONT_ATTR_SERIF ) in AskConfig()
216 else if( nType & IMPL_FONT_ATTR_SANSSERIF ) in AskConfig()
218 else if( nType & IMPL_FONT_ATTR_TYPEWRITER ) in AskConfig()
220 else if( nType & IMPL_FONT_ATTR_ITALIC ) in AskConfig()
222 else if( nType & IMPL_FONT_ATTR_DECORATIVE ) in AskConfig()
/trunk/main/vcl/source/window/
H A Ddialog.cxx413 Dialog::Dialog( WindowType nType ) : in Dialog() argument
414 SystemWindow( nType ) in Dialog()
507 void Dialog::StateChanged( StateChangedType nType ) in StateChanged() argument
509 SystemWindow::StateChanged( nType ); in StateChanged()
511 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
531 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx449 RangeType nType = RT_NAME; in IMPL_LINK_INLINE_END() local
459 nType ); in IMPL_LINK_INLINE_END()
466 nType = nType in IMPL_LINK_INLINE_END()
471 pNewEntry->AddType(nType); in IMPL_LINK_INLINE_END()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSetMetaData.cxx51 sal_Int32 nType = OAdabasResultSetMetaData_BASE::getColumnType( column); in getColumnType() local
54 OAdabasCatalog::correctColumnProperties(getPrecision(column),nType,sTypeName); in getColumnType()
56 return nType; in getColumnType()
/trunk/main/sw/source/core/access/
H A Daccframebase.cxx121 sal_uInt8 nType = ND_TEXTNODE; in GetNodeType() local
128 nType = pCntFrm->GetNode()->GetNodeType(); in GetNodeType()
141 nType = pCNd->GetNodeType(); in GetNodeType()
145 return nType; in GetNodeType()
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl82 @param nType
90 void setChecked( [in] long nType, [in] boolean bVal );
95 @param nType
102 boolean isChecked( [in] long nType );
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx872 nType( nT ), in ScHeaderFieldsObj()
917 switch (nType) in GetObjectByIndex_Impl()
934 sal_uInt16 nFieldType = nType; in GetObjectByIndex_Impl()
961 switch (nType) in getCount()
1130 nType( nT ), in ScHeaderFieldObj()
1237 switch (nType) in CreateFieldItem()
1376 if (nType == SC_SERVICE_FILEFIELD) in getPropertySetInfo()
1397 if ( nType == SC_SERVICE_FILEFIELD && aNameString.EqualsAscii( SC_UNONAME_FILEFORM ) ) in setPropertyValue()
1446 else if ( nType == SC_SERVICE_FILEFIELD && aNameString.EqualsAscii( SC_UNONAME_FILEFORM ) ) in getPropertyValue()

Completed in 196 milliseconds

12345678910>>...40