Home
last modified time | relevance | path

Searched refs:nType (Results 176 – 200 of 977) sorted by relevance

12345678910>>...40

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx675 short nType; in SetFormatter() local
676 pFormatter->PutandConvertEntry(sOldFormat, nCheckPos, nType, nDestKey, aOldLang, aNewLang); in SetFormatter()
703 short nType; in SetFormat() local
705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat()
751 short nType; in SetThousandsSep() local
752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep()
795 short nType; in SetDecimalDigits() local
796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits()
H A Dtaskbar.cxx415 void TaskBar::StateChanged( StateChangedType nType ) in StateChanged() argument
417 Window::StateChanged( nType ); in StateChanged()
419 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
421 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
426 else if ( nType == STATE_CHANGE_FORMAT ) in StateChanged()
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx114 WindowType nType = pItemWindow->GetType(); in CreateToolBoxController() local
115 … if (nType == WINDOW_LISTBOX || nType == WINDOW_MULTILISTBOX || nType == WINDOW_COMBOBOX) in CreateToolBoxController()
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx245 …GalleryHint( sal_uIntPtr nType, const String& rThemeName, sal_uIntPtr nData1 = 0UL, sal_uIntPtr nD… in GalleryHint() argument
246 mnType( nType ), maThemeName( rThemeName ), mnData1( nData1 ), mnData2( nData2 ) {} in GalleryHint()
248 …GalleryHint( sal_uIntPtr nType, const String& rThemeName, const String& rStringData, sal_uIntPtr n… in GalleryHint() argument
249 …mnType( nType ), maThemeName( rThemeName ), maStringData( rStringData ), mnData1( nData1 ), mnData… in GalleryHint()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx270 sal_Int32 nType = rParam.bSql ? sdb::CommandType::COMMAND : in lcl_FillDataSource() local
271 ( (rParam.nType == ScDbQuery) ? sdb::CommandType::QUERY : in lcl_FillDataSource()
276 aDescriptor[svx::daCommandType] <<= nType; in lcl_FillDataSource()
379 aNewImport.nType != aLastImport.nType ) in selectionChanged()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h235 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…
237 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
240 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
243 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
365 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx115 ImpPathDialog::ImpPathDialog( PathDialog* pDlg, RESOURCE_TYPE nType, sal_Bool bCreateDir ) in ImpPathDialog() argument
121 if ( nType == WINDOW_PATHDIALOG ) in ImpPathDialog()
695 ImpFileDialog::ImpFileDialog( PathDialog* pDlg, WinBits nWinBits, RESOURCE_TYPE nType ) : in ImpFileDialog() argument
696 ImpPathDialog( pDlg, nType, sal_False ) in ImpFileDialog()
707 if ( nType == WINDOW_FILEDIALOG ) in ImpFileDialog()
1346 void ImpSvFileDlg::CreateDialog( PathDialog* pSvDlg, WinBits nStyle, RESOURCE_TYPE nType, sal_Bool … in CreateDialog() argument
1349 if ( nType == WINDOW_PATHDIALOG ) in CreateDialog()
1350 pDlg = new ImpPathDialog( pSvDlg, nType, bCreate ); in CreateDialog()
1352 pDlg = new ImpFileDialog( pSvDlg, nStyle, nType ); in CreateDialog()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx436 sal_Int32 nType = -1; in SetLayout() local
450 nType = pLayout->GetTypeId(); in SetLayout()
455 if( -1 == nType ) in SetLayout()
461 xPageLayouts->getByName( maPageLayoutName ) >>= nType; in SetLayout()
466 if( -1 != nType ) in SetLayout()
474 xPropSet->setPropertyValue(aPropName, uno::makeAny( (sal_Int16)nType ) ); in SetLayout()
/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx182 sal_Int32 nType = 0; in convertString() local
184 nType = TYPE_DATE; in convertString()
186 nType = TYPE_TIME; in convertString()
188 nType = TYPE_DATETIME; in convertString()
190 if ( nType ) in convertString()
204 switch (nType) in convertString()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx84 int nType = getType(); in getAxisTitle() local
85 switch(nType) in getAxisTitle()
238 sal_Int32 nType = getType(); in setHasTitle() local
239 switch(nType) in setHasTitle()
265 int nType = getType(); in getHasTitle() local
266 switch(nType) in getHasTitle()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx578 sal_Int32 nType = 0; in CreateImpl() local
582 …bleCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nType; in CreateImpl()
584 m_aHeader.db_keytype = (nType == DataType::VARCHAR || nType == DataType::CHAR) ? 0 : 1; in CreateImpl()
628 ONDXKey aKey(atmpValue, nType, 0); in CreateImpl()
629 ONDXKey aInsertKey(atmpValue, nType, 0); in CreateImpl()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx661 sal_Int32 nType = 0; in FuSupport() local
666 nType = TransliterationModulesExtra::SENTENCE_CASE; in FuSupport()
669 nType = TransliterationModulesExtra::TITLE_CASE; in FuSupport()
672 nType = TransliterationModulesExtra::TOGGLE_CASE; in FuSupport()
675 nType = TransliterationModules_LOWERCASE_UPPERCASE; in FuSupport()
678 nType = TransliterationModules_UPPERCASE_LOWERCASE; in FuSupport()
681 nType = TransliterationModules_FULLWIDTH_HALFWIDTH; in FuSupport()
684 nType = TransliterationModules_HALFWIDTH_FULLWIDTH; in FuSupport()
687 nType = TransliterationModules_KATAKANA_HIRAGANA; in FuSupport()
690 nType = TransliterationModules_HIRAGANA_KATAKANA; in FuSupport()
[all …]
/trunk/main/vcl/inc/aqua/
H A Dsalinst.h83 SalUserEvent( AquaSalFrame* pFrame, void* pData, sal_uInt16 nType ) : in SalUserEvent()
84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()
135 virtual bool AnyInput( sal_uInt16 nType );
163 void PostUserEvent( AquaSalFrame* pFrame, sal_uInt16 nType, void* pData );
/trunk/main/vcl/inc/vcl/
H A Dfixed.hxx68 virtual void StateChanged( StateChangedType nType );
104 virtual void StateChanged( StateChangedType nType );
139 virtual void StateChanged( StateChangedType nType );
180 virtual void StateChanged( StateChangedType nType );
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx233 sal_Int16 nType, in createShapeTransition() argument
241 getTransitionInfo( nType, nSubType ) ); in createShapeTransition()
261 nType, nSubType ) ); in createShapeTransition()
279 switch( nType ) in createShapeTransition()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx91 SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems );
124 static PropertySetInfo* createPropertySetInfo( sal_uInt16 nType );
143 PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( sal_uInt16 nType ) in createPropertySetInfo() argument
145 switch( nType ) in createPropertySetInfo()
200 SvUnoImageMapObject::SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMac… in SvUnoImageMapObject() argument
201 : PropertySetHelper( createPropertySetInfo( nType ) ), in SvUnoImageMapObject()
202 mnType( nType ) in SvUnoImageMapObject()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx778 void EditBrowseBox::StateChanged( StateChangedType nType ) in StateChanged() argument
780 BrowseBox::StateChanged( nType ); in StateChanged()
783 if ( nType == STATE_CHANGE_MIRRORING ) in StateChanged()
787 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
792 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
797 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
802 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
807 else if (nType == STATE_CHANGE_STYLE) in StateChanged()
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx64 ButtonDialog::ButtonDialog( WindowType nType ) : in ButtonDialog() argument
65 Dialog( nType ) in ButtonDialog()
287 void ButtonDialog::StateChanged( StateChangedType nType ) in StateChanged() argument
289 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
318 Dialog::StateChanged( nType ); in StateChanged()
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx183 sal_uInt16 nType = _rEvent.GetType(); in handleNotifyEvent() local
186 switch ( nType ) in handleNotifyEvent()
205 if ( nType == EVENT_KEYINPUT ) in handleNotifyEvent()
243 if ( nType == EVENT_MOUSEBUTTONDOWN ) in handleNotifyEvent()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1322 void MultiLineEdit::StateChanged( StateChangedType nType ) in StateChanged() argument
1324 if( nType == STATE_CHANGE_ENABLE ) in StateChanged()
1329 else if( nType == STATE_CHANGE_READONLY ) in StateChanged()
1333 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
1339 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
1345 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
1350 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
1355 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
1360 else if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
1372 Control::StateChanged( nType ); in StateChanged()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx334 sal_Int32 nType = xMeta->getColumnType(i); in allocBuffer() local
335 m_aRow[i].setTypeKind( nType ); in allocBuffer()
1063 sal_Int32 nType = m_aRow[columnIndex].getTypeKind(); in updateString() local
1064 SQLSMALLINT nOdbcType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(nType)); in updateString()
1066 …m_aRow[columnIndex].setTypeKind(nType); // OJ: otherwise longvarchar will be recognized by fillNee… in updateString()
1072 sal_Int32 nType = m_aRow[columnIndex].getTypeKind(); in updateBytes() local
1073 SQLSMALLINT nOdbcType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(nType)); in updateBytes()
1496 const sal_Int32 nType = pColumn->getTypeKind(); in fillRow() local
1497 switch (nType) in fillRow()
1553 if(nType != pColumn->getTypeKind()) in fillRow()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1170 switch( nType ) in getProperty1Value()
1184 const sal_Int32 nIndex = (nPropertyTypeFirstColor == nType) ? 0 : 1; in getProperty1Value()
1226 switch( nType ) in setProperty1Value()
1249 const sal_Int32 nIndex = (nPropertyTypeFirstColor == nType) ? 0 : 1; in setProperty1Value()
1417 sal_Int32 nType = nPropertyTypeNone; in createSelectionSet() local
1421 nType = getPropertyType( aProperties.front() ); in createSelectionSet()
1423 if( nType != nPropertyTypeNone ) in createSelectionSet()
1425 addValue( pSet, nHandleProperty1Type, makeAny( nType ) ); in createSelectionSet()
1426 addValue( pSet, nHandleProperty1Value, getProperty1Value( nType, pEffect ) ); in createSelectionSet()
1634 sal_Int32 nType = 0; in changeSelection() local
[all …]
/trunk/main/autodoc/inc/ary/idl/
H A Di_comrela.hxx58 : nType(i_nType), in CommentedRelation()
62 Type_id Type() const { return nType; } in Type()
67 Type_id nType; member in ary::idl::CommentedRelation
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx818 const long nType = pAct->GetType(); in Move() local
829 if( ( META_MAPMODE_ACTION == nType ) || in Move()
830 ( META_PUSH_ACTION == nType ) || in Move()
831 ( META_POP_ACTION == nType ) ) in Move()
853 const long nType = pAct->GetType(); in Move() local
865 ( META_PUSH_ACTION == nType ) || in Move()
866 ( META_POP_ACTION == nType ) ) in Move()
926 const long nType = pAct->GetType(); in Clip() local
929 ( META_PUSH_ACTION == nType ) || in Clip()
930 ( META_POP_ACTION == nType ) ) in Clip()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2063 short nType = 0; in ScType() local
2083 nType = 2; in ScType()
2103 nType = 16; in ScType()
2110 nType = 16; in ScType()
2114 nType = 2; in ScType()
2120 nType = 16; in ScType()
2124 nType = 64; in ScType()
2132 nType = 16; in ScType()
2136 nType = 1; in ScType()
2138 PushInt( nType ); in ScType()
[all …]

Completed in 184 milliseconds

12345678910>>...40