Home
last modified time | relevance | path

Searched refs:nType (Results 26 – 50 of 977) sorted by relevance

12345678910>>...40

/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java38 private int nType; field in ColumnPropertySet
65nType = ((Integer) Properties.getPropertyValue(_aNewColPropertyValues, "Type")).intValue(); in assignPropertyValues()
66 nType = oTypeInspector.convertDataType(nType); in assignPropertyValues()
77 if ((nType == DataType.VARCHAR) && (precision == null || precision.intValue() == 0)) in assignPropertyValues()
85 setType(nType, sTypeName, precision); in assignPropertyValues()
150 sTypeName = oTypeInspector.getDefaultTypeName(nType, precision); in setType()
156 nType = oTypeInspector.getDataType(sTypeName); in setType()
157 assignPropertyValue("Type", new Integer(nType)); in setType()
167 nType = ((Integer) _oValue).intValue(); in assignPropertyValue()
168 xPropertySet.setPropertyValue("Type", new Integer(nType)); in assignPropertyValue()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx143 sal_Int32 nType = DataType::OTHER; in implPredicateTree() local
146 if ( ( DataType::CHAR == nType ) in implPredicateTree()
147 || ( DataType::VARCHAR == nType ) in implPredicateTree()
149 || ( DataType::CLOB == nType ) in implPredicateTree()
184 if ( ( DataType::FLOAT == nType ) in implPredicateTree()
185 || ( DataType::REAL == nType ) in implPredicateTree()
186 || ( DataType::DOUBLE == nType ) in implPredicateTree()
187 || ( DataType::NUMERIC == nType ) in implPredicateTree()
188 || ( DataType::DECIMAL == nType ) in implPredicateTree()
355 nType = DataType::DOUBLE; in getPredicateValue()
[all …]
/trunk/main/sc/inc/
H A Dscmatrix.hxx131 inline static bool IsValueType( ScMatValType nType ) in IsValueType() argument
133 return nType <= SC_MATVAL_BOOLEAN; in IsValueType()
137 inline static bool IsBooleanType( ScMatValType nType ) in IsBooleanType() argument
139 return nType == SC_MATVAL_BOOLEAN; in IsBooleanType()
143 inline static bool IsNonValueType( ScMatValType nType ) in IsNonValueType() argument
145 return (nType & SC_MATVAL_NONVALUE) != 0; in IsNonValueType()
151 inline static bool IsRealStringType( ScMatValType nType ) in IsRealStringType() argument
153 return (nType & SC_MATVAL_NONVALUE) == SC_MATVAL_STRING; in IsRealStringType()
157 inline static bool IsEmptyType( ScMatValType nType ) in IsEmptyType() argument
159 return (nType & SC_MATVAL_NONVALUE) == SC_MATVAL_EMPTY; in IsEmptyType()
[all …]
H A Drangenam.hxx91 RangeType nType = RT_NAME,
97 RangeType nType = RT_NAME );
126 void SetType( RangeType nType ) { eType = nType; } in SetType() argument
127 void AddType( RangeType nType ) { eType = eType|nType; } in AddType() argument
129 sal_Bool HasType( RangeType nType ) const;
166 inline sal_Bool ScRangeData::HasType( RangeType nType ) const in HasType()
168 return ( ( eType & nType ) == nType ); in HasType()
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx270 void DialogListBox::StateChanged( StateChangedType nType ) in StateChanged() argument
272 if ( nType == STATE_CHANGE_INITSHOW ) in StateChanged()
276 else if ( ( nType == STATE_CHANGE_UPDATEMODE ) || ( nType == STATE_CHANGE_DATA ) ) in StateChanged()
283 else if( nType == STATE_CHANGE_ENABLE ) in StateChanged()
290 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
295 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
299 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
303 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
307 else if( nType == STATE_CHANGE_VISIBLE ) in StateChanged()
312 Control::StateChanged( nType ); in StateChanged()
/trunk/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx111 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in Reload() local
113 if (pTypes[nType] == nValue) in Reload()
132 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in Reload() local
134 sal_Int16 nCurrent = pTypes[nType]; in Reload()
167 sal_Bool SwNumberingTypeListBox::SelectNumberingType(sal_Int16 nType) in SelectNumberingType() argument
169 sal_uInt16 nPos = GetEntryPos((void*)(sal_uLong)nType); in SelectNumberingType()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx48 : xSMgr( xSF ), nType( nTyp ), nLanguage( 0 ), bFirstCall( sal_True ) in TransliterationWrapper()
145 return TransliterationModules_UPPERCASE_LOWERCASE == nType || in needLanguageForTheMode()
146 TransliterationModules_LOWERCASE_UPPERCASE == nType || in needLanguageForTheMode()
147 TransliterationModules_IGNORE_CASE == nType || in needLanguageForTheMode()
148 (sal_uInt32) TransliterationModulesExtra::SENTENCE_CASE == (sal_uInt32) nType || in needLanguageForTheMode()
149 (sal_uInt32) TransliterationModulesExtra::TITLE_CASE == (sal_uInt32) nType || in needLanguageForTheMode()
150 (sal_uInt32) TransliterationModulesExtra::TOGGLE_CASE == (sal_uInt32) nType; in needLanguageForTheMode()
168 if( static_cast< sal_Int32 >(nType) == TransliterationModulesExtra::SENTENCE_CASE ) in loadModuleIfNeeded()
173 else if( static_cast< sal_Int32 >(nType) == TransliterationModulesExtra::TITLE_CASE ) in loadModuleIfNeeded()
178 else if( static_cast< sal_Int32 >(nType) == TransliterationModulesExtra::TOGGLE_CASE ) in loadModuleIfNeeded()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx127 SwXTextMarkup::commitTextRangeMarkup( nType, aIdentifier, xRange, xMarkupInfoContainer ); in commitTextRangeMarkup()
134 … SwXTextMarkup::commitStringMarkup( nType, rIdentifier, nStart, nLength, rxMarkupInfoContainer ); in commitStringMarkup()
150 if ( text::TextMarkupType::SPELLCHECK == nType ) in setChecked()
152 else if ( text::TextMarkupType::SMARTTAG == nType ) in setChecked()
154 else if( text::TextMarkupType::PROOFREADING == nType ) in setChecked()
164 ::sal_Bool SAL_CALL SwXFlatParagraph::isChecked( ::sal_Int32 nType ) throw (uno::RuntimeException) in isChecked() argument
169 if ( text::TextMarkupType::SPELLCHECK == nType ) in isChecked()
171 else if ( text::TextMarkupType::PROOFREADING == nType ) in isChecked()
173 else if ( text::TextMarkupType::SMARTTAG == nType ) in isChecked()
298 SwXFlatParagraphIterator::SwXFlatParagraphIterator( SwDoc& rDoc, sal_Int32 nType, sal_Bool bAutomat… in SwXFlatParagraphIterator() argument
[all …]
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx174 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() local
176 switch(nType) in PreNotify()
380 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() local
382 switch(nType) in PreNotify()
599 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() local
601 if ( EVENT_MOUSEBUTTONDOWN == nType || EVENT_GETFOCUS == nType ) in PreNotify()
688 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() local
690 if ( EVENT_MOUSEBUTTONDOWN == nType || EVENT_GETFOCUS == nType ) in PreNotify()
692 else if ( EVENT_LOSEFOCUS == nType in PreNotify()
776 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() local
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx82 sal_uInt8 nType = 0, nOut8; in ReadPString() local
106 nType = static_cast<sal_uInt8>(nOut16); in ReadPString()
108 if (nType == 0) in ReadPString()
118 return nType; in ReadPString()
262 sal_uInt8 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject() local
264 if (nType == 'C' || nType == 'D') in ReadVBAProject()
266 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject()
267 DBG_ASSERT( nType == 'C' || nType == 'D', in ReadVBAProject()
269 if (nType != 'C' && nType != 'D') in ReadVBAProject()
272 if (!nType) in ReadVBAProject()
/trunk/main/vcl/source/control/
H A Dfixbrd.cxx178 void FixedBorder::StateChanged( StateChangedType nType ) in StateChanged() argument
180 Control::StateChanged( nType ); in StateChanged()
182 if ( (nType == STATE_CHANGE_DATA) || in StateChanged()
183 (nType == STATE_CHANGE_UPDATEMODE) ) in StateChanged()
188 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
190 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
225 void FixedBorder::SetBorderType( sal_uInt16 nType ) in SetBorderType() argument
227 if ( mnType != nType ) in SetBorderType()
229 mnType = nType; in SetBorderType()
H A Dbutton.cxx109 Button::Button( WindowType nType ) : in Button() argument
110 Control( nType ) in Button()
1338 Button( nType ) in PushButton()
1614 Button::StateChanged( nType ); in StateChanged()
1617 (nType == STATE_CHANGE_TEXT) || in StateChanged()
1619 (nType == STATE_CHANGE_DATA) || in StateChanged()
2842 Button::StateChanged( nType ); in StateChanged()
2844 if ( nType == STATE_CHANGE_STATE ) in StateChanged()
3839 Button::StateChanged( nType ); in StateChanged()
3841 if ( nType == STATE_CHANGE_STATE ) in StateChanged()
[all …]
H A Dgroup.cxx267 void GroupBox::StateChanged( StateChangedType nType ) in StateChanged() argument
269 Control::StateChanged( nType ); in StateChanged()
271 if ( (nType == STATE_CHANGE_ENABLE) || in StateChanged()
272 (nType == STATE_CHANGE_TEXT) || in StateChanged()
273 (nType == STATE_CHANGE_UPDATEMODE) ) in StateChanged()
278 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
285 else if ( (nType == STATE_CHANGE_ZOOM) || in StateChanged()
286 (nType == STATE_CHANGE_CONTROLFONT) ) in StateChanged()
291 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
296 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx102 sal_Bool OutputDevice::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument
111 return( mpGraphics->IsNativeControlSupported(nType, nPart) ); in IsNativeControlSupported()
117 sal_Bool OutputDevice::HitTestNativeControl( ControlType nType, in HitTestNativeControl() argument
134 …return( mpGraphics->HitTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, … in HitTestNativeControl()
219 sal_Bool OutputDevice::DrawNativeControl( ControlType nType, in DrawNativeControl() argument
254 …sal_Bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValu… in DrawNativeControl()
262 sal_Bool OutputDevice::DrawNativeControlText(ControlType nType, in DrawNativeControlText() argument
292 …sal_Bool bRet = mpGraphics->DrawNativeControlText(nType, nPart, screenRegion, nState, *aScreenCtrl… in DrawNativeControlText()
300 sal_Bool OutputDevice::GetNativeControlRegion( ControlType nType, in GetNativeControlRegion() argument
321 …sal_Bool bRet = mpGraphics->GetNativeControlRegion(nType, nPart, screenRegion, nState, *aScreenCtr… in GetNativeControlRegion()
H A Dsalgdilayout.cxx713 return hitTestNativeControl( nType, nPart, rgn, pt, rIsInside ); in HitTestNativeControl()
716 return hitTestNativeControl( nType, nPart, rControlRegion, aPos, rIsInside ); in HitTestNativeControl()
762 mirror( nType, aValue, pOutDev ); in DrawNativeControl()
763 sal_Bool bRet = drawNativeControl( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControl()
764 mirror( nType, aValue, pOutDev, true ); in DrawNativeControl()
779 mirror( nType, aValue, pOutDev ); in DrawNativeControlText()
781 mirror( nType, aValue, pOutDev, true ); in DrawNativeControlText()
796 mirror( nType, aValue, pOutDev ); in GetNativeControlRegion()
797 if( getNativeControlRegion( nType, nPart, rgn, nState, aValue, aCaption, in GetNativeControlRegion()
802 mirror( nType, aValue, pOutDev, true ); in GetNativeControlRegion()
[all …]
/trunk/main/sw/source/core/fields/
H A Dfldlst.cxx58 sal_uInt16 nType = pFldType->Which(); in SwInputFieldList() local
60 if( RES_SETEXPFLD == nType || RES_INPUTFLD == nType || RES_DROPDOWN == nType ) in SwInputFieldList()
69 if( !pTxtFld || ( RES_SETEXPFLD == nType && in SwInputFieldList()
154 sal_uInt16 nType = pFldType->Which(); in BuildSortLst() local
156 if( RES_SETEXPFLD == nType || RES_INPUTFLD == nType ) in BuildSortLst()
164 if( !pTxtFld || ( RES_SETEXPFLD == nType && in BuildSortLst()
H A Dusrfld.cxx191 nType(nsSwGetSetExpType::GSE_STRING) in SwUserFieldType()
196 if (nType & nsSwGetSetExpType::GSE_STRING) in SwUserFieldType()
203 if((nType & nsSwGetSetExpType::GSE_EXPR) && !(nSubType & nsSwExtendedSubType::SUB_CMD)) in Expand()
218 pTmp->nType = nType; in Copy()
328 sal_Bool bExpression = 0 != (nsSwGetSetExpType::GSE_EXPR&nType); in QueryValue()
363 nType |= nsSwGetSetExpType::GSE_EXPR; in PutValue()
364 nType &= ~nsSwGetSetExpType::GSE_STRING; in PutValue()
368 nType &= ~nsSwGetSetExpType::GSE_EXPR; in PutValue()
369 nType |= nsSwGetSetExpType::GSE_STRING; in PutValue()
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_selem.cxx54 nType(0), in PE_StructElement()
58 pPE_Type = new PE_Type(nType); in PE_StructElement()
68 nType(0), in PE_StructElement()
72 pPE_Type = new PE_Type(nType); in PE_StructElement()
116 nType = lhf_FindTemplateParamType(); in Process_Identifier()
150 nType = 0; in InitData()
166 nType ); in TransferData()
173 nType ); in TransferData()
/trunk/main/editeng/source/items/
H A Dflditem.cxx241 sal_uInt16 nType, nFormat; in Load() local
244 rStm >> nType; in Load()
247 eType = (SvxDateType)nType; in Load()
590 sal_uInt16 nType, nFormat; in Load() local
593 rStm >> nType; in Load()
596 eType = (SvxTimeType) nType; in Load()
645 short nType; in GetFormatted() local
729 sal_uInt16 nType, nFormat; in Load() local
734 rStm >> nType; in Load()
737 eType = (SvxFileType) nType; in Load()
[all …]
/trunk/main/sw/source/core/inc/
H A Dframe.hxx1245 return nType == FRMC_ROOT; in IsRootFrm()
1249 return nType == FRMC_PAGE; in IsPageFrm()
1253 return nType == FRMC_COLUMN; in IsColumnFrm()
1273 return nType == FRMC_FTN; in IsFtnFrm()
1277 return nType == FRMC_BODY; in IsBodyFrm()
1281 return nType == FRMC_FLY; in IsFlyFrm()
1289 return nType == FRMC_TAB; in IsTabFrm()
1293 return nType == FRMC_ROW; in IsRowFrm()
1297 return nType == FRMC_CELL; in IsCellFrm()
1305 return nType == FRMC_TXT; in IsTxtFrm()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx65 sal_Int32 nType; member
77 sal_uInt32 GetPropType() const { return nType & XML_TYPE_PROP_MASK; } in GetPropType()
101 return aMapEntries[nIndex].nType & ~MID_FLAG_MASK; in GetEntryFlags()
109 sal_uInt32 nType = aMapEntries[nIndex].nType; in GetEntryType() local
111 nType = nType & MID_FLAG_MASK; in GetEntryType()
112 return nType; in GetEntryType()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx77 pDownLoadData( NULL ), pOldParent( NULL ), nType( FILETYPE_TEXT ) in SvFileObject()
102 switch( nType ) in GetData()
257 nType = FILETYPE_GRF; in Connect()
262 nType = FILETYPE_TEXT; in Connect()
266 nType = FILETYPE_OBJECT; in Connect()
466 nType = FILETYPE_GRF; // falls noch nicht gesetzt in Edit()
490 nType = FILETYPE_OBJECT; // if not set already in Edit()
502 nType = FILETYPE_TEXT; // if not set already in Edit()
626 if ( FILETYPE_TEXT == nType || FILETYPE_OBJECT == nType ) in IMPL_LINK()
658 return FILETYPE_GRF == nType && !bLoadError && in IsPending()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx206 sal_uInt16 nType = nDfltType; in GetNumType() local
215 nType = pOptEnums->nValue; in GetNumType()
217 return nType; in GetNumType()
225 sal_uInt16 nType = 0; in NewField() local
238 bKnownType = pOption->GetEnum( nType, aHTMLFldTypeTable ); in NewField()
274 (RES_EXTUSERFLD == (RES_FIELDS)nType || in NewField()
275 RES_AUTHORFLD == (RES_FIELDS)nType) ) in NewField()
295 sal_uInt16 nWhich = nType; in NewField()
296 if( RES_DATEFLD==nType || RES_TIMEFLD==nType ) in NewField()
303 switch( (RES_FIELDS)nType ) in NewField()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DDff.cxx137 Records_t DffRecord::findRecords(sal_uInt32 nType, bool bRecursive, bool bAny) in findRecords() argument
141 findRecords(nType, aResult, bRecursive, bAny); in findRecords()
147 (sal_uInt32 nType, Records_t & rRecords, bool bRecursive, bool bAny) in findRecords() argument
154 if (bAny || pPointer->getRecordType() == nType) in findRecords()
158 pPointer->findRecords(nType, rRecords, bRecursive, in findRecords()
405 Records_t DffBlock::findRecords(sal_uInt32 nType, bool bRecursive, bool bAny) in findRecords() argument
409 findRecords(nType, aResult, bRecursive, bAny); in findRecords()
415 (sal_uInt32 nType, Records_t & rRecords, bool bRecursive, bool bAny) in findRecords() argument
423 if (bAny || pPointer->getRecordType() == nType) in findRecords()
427 pPointer->findRecords(nType, rRecords, bRecursive, in findRecords()
/trunk/main/automation/source/server/
H A Dscmdstrm.cxx74 sal_uInt16 nType; in Read() local
82 Read( nType ); in Read()
83 switch (nType) in Read()
131 DBG_ERROR1( "Ung�ltiger Typ im Stream:%hu", nType ); in Read()
144 sal_uInt16 nType; in Read() local
153 nType = GetNextType(); in Read()
154 switch (nType) in Read()
201 DBG_ERROR1( "Ung�ltiger Typ im Stream:%hu", nType ); in Read()

Completed in 142 milliseconds

12345678910>>...40