Home
last modified time | relevance | path

Searched refs:nType (Results 226 – 250 of 977) sorted by relevance

12345678910>>...40

/trunk/main/autodoc/inc/ary/cpp/
H A Dc_vfflag.hxx132 Type_id nType; member
134 S_Parameter() : nType(0) {} in S_Parameter()
136 void Empty() { nType = Type_id(0); in Empty()
/trunk/main/sd/source/ui/dlg/
H A DPaneDockingWindow.cxx60 void PaneDockingWindow::StateChanged( StateChangedType nType ) in StateChanged() argument
62 switch (nType) in StateChanged()
83 SfxDockingWindow::StateChanged (nType); in StateChanged()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx314 sal_uInt16 nType = GDI_UNICODE_COMMENT; in ImplWriteUnicodeComment() local
316 rOStm << nType << nSize; in ImplWriteUnicodeComment()
333 sal_uInt16 nType; in ImplReadUnicodeComment() local
338 rIStm >> nType in ImplReadUnicodeComment()
343 if ( nStringLen && ( nType == GDI_UNICODE_COMMENT ) ) in ImplReadUnicodeComment()
358 sal_Int16 nType; in ImplSkipActions() local
362 rIStm >> nType >> nActionSize; in ImplSkipActions()
551 sal_Int16 nType; in ImplConvertFromSVM1() local
565 rIStm >> nType; in ImplConvertFromSVM1()
569 DBG_ASSERT( ( nType <= 33 ) || ( nType >= 1024 ), "Unknown GDIMetaAction while converting!" ); in ImplConvertFromSVM1()
[all …]
H A Dimpgraph.cxx1132 long nType; in ImplReadEmbedded() local
1157 rIStm >> nType; in ImplReadEmbedded()
1173 rIStm >> nType >> nLen >> nWidth >> nHeight; in ImplReadEmbedded()
1178 if( nType > 100L ) in ImplReadEmbedded()
1180 nType = SWAPLONG( nType ); in ImplReadEmbedded()
1200 meType = (GraphicType) nType; in ImplReadEmbedded()
1328 if( nType && GraphicConverter::Import( rIStm, aSysGraphic, nCvtType ) == ERRCODE_NONE ) in ImplReadEmbedded()
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx47 sal_uInt32 nType; member in utl::TransliterationWrapper
61 sal_uInt32 nType );
69 sal_uInt32 getType() const { return nType; } in getType()
/trunk/main/sw/inc/
H A Dusrfld.hxx44 sal_uInt16 nType; member in SwUserFieldType
90 { return nType; } in GetType()
94 nType = nSub; in SetType()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexColumns.cxx79 sal_Int32 nType = xRow->getInt(5); in createObject() local
82 OAdabasCatalog::correctColumnProperties(nPrec,nType,sTypeName); in createObject()
91 nType, in createObject()
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx197 nType=(sal_uInt16)bStd; in SetStandardLayer()
213 nType = 0; // Userdefined in SetName()
228 && nType == rCmpLayer.nType in operator ==()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx280 sal_uInt8 nDel, nIns, nType; in OutTab() local
307 rSt.Read( &nType, sizeof( nType ) ); in OutTab()
308 *pOut << (sal_uInt16)nType; in OutTab()
/trunk/main/svl/inc/svl/
H A Dondemand.hxx322 ::com::sun::star::i18n::TransliterationModules nType;
360 nType = nTypeP; in init()
381 … pPtr = new ::utl::TransliterationWrapper( xSMgr, nType ); in get()
391 … pPtr = new ::utl::TransliterationWrapper( xSMgr, nType ); in getForModule()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx87 OOXMLStream::StreamType_t nType) in resolveFastSubStream() argument
90 (OOXMLDocumentFactory::createStream(mpStream, nType)); in resolveFastSubStream()
163 OOXMLStream::StreamType_t nType, in getXNoteStream() argument
173 (OOXMLDocumentFactory::createStream(mpStream, nType)); in getXNoteStream()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx131 const sal_uInt16 nType (rNEvt.GetType()); in PreNotify() local
133 if ( EVENT_MOUSEBUTTONDOWN == nType || EVENT_GETFOCUS == nType ) in PreNotify()
/trunk/main/sw/source/ui/vba/
H A Dvbawindow.cxx68 sal_Int32 nType = 0; in setView() local
69 if( _view >>= nType ) in setView()
72 view.setType( nType ); in setView()
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx145 GfxLink( const String& rPath, GfxLinkType nType );
146 GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, sal_Bool bOwns );
158 void SetData( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns );
/trunk/main/svtools/source/misc/
H A Dlangtab.cxx197 LanguageType nType = LANGUAGE_DONTKNOW; in GetTypeAtIndex() local
199 nType = LanguageType( GetValue( nIndex ) ); in GetTypeAtIndex()
200 return nType; in GetTypeAtIndex()
/trunk/main/sal/osl/w32/
H A Ddiagnose.c145 sal_Int32 SAL_CALL osl_reportError(sal_uInt32 nType, const sal_Char* pszMessage) in osl_reportError() argument
155 nType = nType; /* avoid warnings */ in osl_reportError()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java752 int nType = getTypeFromFieldName(convertFromFieldName(_sFormattedfield)); in insertFormattedField() local
753 if (nType == DataType.BINARY in insertFormattedField()
754 || nType == DataType.VARBINARY in insertFormattedField()
755 || nType == DataType.LONGVARBINARY) in insertFormattedField()
764 if (nType == DataType.LONGVARCHAR) /* memo */ in insertFormattedField()
794 if (nType == DataType.BINARY in insertFormattedField()
795 || nType == DataType.VARBINARY in insertFormattedField()
796 || nType == DataType.LONGVARBINARY) in insertFormattedField()
/trunk/main/vcl/source/window/
H A Dstatus.cxx928 void StatusBar::StateChanged( StateChangedType nType ) in StateChanged() argument
930 Window::StateChanged( nType ); in StateChanged()
932 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
934 else if ( nType == STATE_CHANGE_UPDATEMODE ) in StateChanged()
936 else if ( (nType == STATE_CHANGE_ZOOM) || in StateChanged()
937 (nType == STATE_CHANGE_CONTROLFONT) ) in StateChanged()
943 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
948 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx434 SANE_Value_Type nType = mrSane.GetOptionType( mnCurrentOption ); in IMPL_LINK() local
435 switch( nType ) in IMPL_LINK()
530 SANE_Value_Type nType = mrSane.GetOptionType( mnCurrentOption ); in IMPL_LINK() local
532 switch( nType ) in IMPL_LINK()
1255 SANE_Value_Type nType = mrSane.GetOptionType( i ); in SaveState() local
1256 switch( nType ) in SaveState()
1319 SANE_Value_Type nType = mrSane.GetOptionType( nOption ); in SaveState() local
1320 switch( nType ) in SaveState()
/trunk/main/oox/source/xls/
H A Drichstring.cxx209 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData() argument
212 mnType = STATIC_ARRAY_SELECT( spnTypeIds, nType, XML_fullwidthKatakana ); in setBiffData()
235 sal_Int32 nType, nAlignment; in importPhoneticPr() local
236 rStrm >> nFontId >> nType >> nAlignment; in importPhoneticPr()
238 maModel.setBiffData( nType, nAlignment ); in importPhoneticPr()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx659 case 19:nType = style::NumberingType::FULLWIDTH_ARABIC ; break; in SetBaseAnlv()
660 case 30:nType = style::NumberingType::TIAN_GAN_ZH ; break; in SetBaseAnlv()
661 case 31:nType = style::NumberingType::DI_ZI_ZH ; break; in SetBaseAnlv()
666 nType = style::NumberingType::NUMBER_LOWER_ZH ; break; in SetBaseAnlv()
668 case 38:nType = style::NumberingType::NUMBER_UPPER_ZH ; break; in SetBaseAnlv()
671 nType = style::NumberingType::NUMBER_TRADITIONAL_JA ; break; in SetBaseAnlv()
677 case 25: nType = style::NumberingType::HANGUL_JAMO_KO;break; in SetBaseAnlv()
678 case 41: nType = style::NumberingType::NUMBER_HANGUL_KO; break; in SetBaseAnlv()
679 case 44: nType = style::NumberingType::NUMBER_UPPER_KO; break; in SetBaseAnlv()
680 default: nType = style::NumberingType::ARABIC; break; in SetBaseAnlv()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dinpdlg.cxx141 void SwFldInputDlg::StateChanged( StateChangedType nType ) in StateChanged() argument
143 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
145 SvxStandardDialog::StateChanged( nType ); in StateChanged()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.hxx109 PropertySubControl( sal_Int32 nType ) : mnType( nType ) {} in PropertySubControl() argument
118 create( sal_Int32 nType,
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx322 short nType = pFormatter->GetType(nDefFmt); in SetDefFormat() local
324 SetFormatType(nType); in SetDefFormat()
340 double fValue = GetDefValue(nType); in SetDefFormat()
344 if (nType == NUMBERFORMAT_TEXT) in SetDefFormat()
/trunk/main/basic/source/sbx/
H A Dsbxdate.cxx98 short nType = 127; in ImpGetDate() local
122 pFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in ImpGetDate()
254 short nType; in ImpPutDate() local
289 nType, in ImpPutDate()

Completed in 174 milliseconds

12345678910>>...40