Home
last modified time | relevance | path

Searched refs:nType (Results 1 – 25 of 977) sorted by relevance

12345678910>>...40

/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx221 if ( !nType ) in InitRoot()
260 if (!nType) in ClearType()
761 if(nType ==SC_CONTENT_GRAPHIC||nType ==SC_CONTENT_OLEOBJECT||nType ==SC_CONTENT_DRAWING) in ObjectFresh()
828 if ( !nType || nType == SC_CONTENT_TABLE ) in Refresh()
830 if ( !nType || nType == SC_CONTENT_RANGENAME ) in Refresh()
832 if ( !nType || nType == SC_CONTENT_DBAREA ) in Refresh()
834 if ( !nType || nType == SC_CONTENT_GRAPHIC ) in Refresh()
836 if ( !nType || nType == SC_CONTENT_OLEOBJECT ) in Refresh()
838 if ( !nType || nType == SC_CONTENT_DRAWING ) in Refresh()
840 if ( !nType || nType == SC_CONTENT_NOTE ) in Refresh()
[all …]
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx799 switch(nType) in convertNode()
816 switch(nType) in convertNode()
835 switch(nType) in convertNode()
940 sal_Int32 nType = 0; in buildLikeRule() local
949 aValue >>= nType; in buildLikeRule()
957 switch (nType) in buildLikeRule()
1021 switch (nType) in buildNode_Date()
1146 sal_Int32 nType=0; in predicateTree() local
1214 switch (nType) in predicateTree()
2634 return nType; in getFunctionReturnType()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx85 sal_Int32 nType = DataType::VARCHAR;; in MapADOType2Jdbc() local
94 case adSingle: nType = DataType::FLOAT; break; in MapADOType2Jdbc()
107 case adGUID: nType = DataType::OBJECT; break; in MapADOType2Jdbc()
116 case adChar: nType = DataType::CHAR; break; in MapADOType2Jdbc()
128 nType = DataType::OTHER; break; in MapADOType2Jdbc()
133 return nType; in MapADOType2Jdbc()
249 sal_Int32 nType = PrivilegeObject::TABLE; in mapAdoType2Object() local
253 nType = PrivilegeObject::TABLE; in mapAdoType2Object()
256 nType = PrivilegeObject::VIEW; in mapAdoType2Object()
259 nType = PrivilegeObject::COLUMN; in mapAdoType2Object()
[all …]
/trunk/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx369 if(nType == OBJ_GRUP) in GetObjectTypeFromGroup()
376 nType = OBJ_TEXT; in GetObjectTypeFromGroup()
424 if(nType == OBJ_GRUP) in GetObjectTypeFromMark()
427 if (IsShapeType(nType)) in GetObjectTypeFromMark()
428 nType = OBJ_CUSTOMSHAPE; in GetObjectTypeFromMark()
431 nType = OBJ_TEXT; in GetObjectTypeFromMark()
433 if (IsTextObjType(nType)) in GetObjectTypeFromMark()
434 nType = OBJ_TEXT; in GetObjectTypeFromMark()
439 if (nType != nResultType) in GetObjectTypeFromMark()
451 switch (nType) in IsShapeType()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx529 ((nType==CTRL_EDITBOX) && in IsNativeControlSupported()
535 ((nType==CTRL_SPINBOX) && in IsNativeControlSupported()
545 (((nType==CTRL_TAB_ITEM) || (nType==CTRL_TAB_PANE) || in IsNativeControlSupported()
546 (nType==CTRL_TAB_BODY) || (nType==CTRL_FIXEDBORDER)) && in IsNativeControlSupported()
549 ((nType==CTRL_LISTBOX) && in IsNativeControlSupported()
576 ((nType == CTRL_LISTNODE || nType == CTRL_LISTNET) && in IsNativeControlSupported()
815 else if ( ((nType==CTRL_SPINBOX) || (nType==CTRL_SPINBUTTONS)) in drawNativeControl()
827 …else if ( (nType==CTRL_TAB_ITEM) || (nType==CTRL_TAB_PANE) || (nType==CTRL_TAB_BODY) || (nType==CT… in drawNativeControl()
1023 if( (nType == CTRL_RADIOBUTTON || nType == CTRL_CHECKBOX) ) in getNativeControlRegion()
1871 switch ( nType ) in NWPaintOneEditBox()
[all …]
/trunk/main/idl/inc/
H A Dlex.hxx44 SVTOKEN_ENUM nType; member in SvToken
81 { return nType == SVTOKEN_HASHID; } in IsIdentifierHash()
84 return nType == SVTOKEN_IDENTIFIER in IsIdentifier()
85 || nType == SVTOKEN_HASHID; in IsIdentifier()
103 { pHash = pHashP; nType = SVTOKEN_HASHID; } in SetHash()
112 : nType( SVTOKEN_EMPTY ) {} in SvToken()
115 : nType( SVTOKEN_INTEGER ), nLong( n ) {} in SvToken()
118 : nType( nTypeP ), bBool( b ) {} in SvToken()
121 : nType( SVTOKEN_CHAR ), cChar( c ) {} in SvToken()
124 : nType( nTypeP ), aString( rStr ) {} in SvToken()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx123 SQLSMALLINT nType = 0; in getColumnODBCType() local
127 if(nType == SQL_UNKNOWN_TYPE) in getColumnODBCType()
135 return nType; in getColumnODBCType()
143 sal_Int32 nType = 0; in getColumnType() local
149 if(nType == SQL_UNKNOWN_TYPE) in getColumnType()
151 nType = OTools::MapOdbcType2Jdbc(nType); in getColumnType()
248 sal_Int32 nType = 0; in getPrecision() local
258 return nType; in getPrecision()
264 sal_Int32 nType = 0; in getScale() local
267 nType = getNumColAttrib(column,SQL_DESC_SCALE); in getScale()
[all …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx61 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
93 sal_Bool NWPaintGTKButton( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
98 sal_Bool NWPaintGTKRadio( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
103 sal_Bool NWPaintGTKCheck( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
108 sal_Bool NWPaintGTKScrollbar( ControlType nType, ControlPart nPart,
113 sal_Bool NWPaintGTKEditBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
118 sal_Bool NWPaintGTKSpinBox( ControlType nType, ControlPart nPart,
128 sal_Bool NWPaintGTKTabItem( ControlType nType, ControlPart nPart,
133 sal_Bool NWPaintGTKListBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
139 sal_Bool NWPaintGTKToolbar( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx120 ::sal_Int32 nType, in commitStringMarkup() argument
133 if ( nType == text::TextMarkupType::SMARTTAG && in commitStringMarkup()
140 if ( nType == text::TextMarkupType::SPELLCHECK ) in commitStringMarkup()
149 … else if ( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
170 else if ( nType == text::TextMarkupType::SMARTTAG ) in commitStringMarkup()
204 … if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
220 … else if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
274 if( nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
289 ::sal_Int32 nType, in lcl_commitGrammarMarkUp() argument
295 …ASSERT( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE, "W… in lcl_commitGrammarMarkUp()
[all …]
/trunk/main/vcl/source/control/
H A Dfixed.cxx329 Control::StateChanged( nType ); in StateChanged()
331 if ( (nType == STATE_CHANGE_ENABLE) || in StateChanged()
332 (nType == STATE_CHANGE_TEXT) || in StateChanged()
333 (nType == STATE_CHANGE_UPDATEMODE) ) in StateChanged()
626 Control::StateChanged( nType ); in StateChanged()
629 (nType == STATE_CHANGE_TEXT) || in StateChanged()
643 (nType == STATE_CHANGE_STYLE) || in StateChanged()
863 Control::StateChanged( nType ); in StateChanged()
865 if ( (nType == STATE_CHANGE_DATA) || in StateChanged()
1114 Control::StateChanged( nType ); in StateChanged()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx221 switch( nType ) in IsNativeControlSupported()
445 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
455 if( nType == CTRL_SPINBOX ) in ImplDrawNativeControl()
589 if( nType == CTRL_SPINBOX ) in ImplDrawNativeControl()
749 if( ( nType == CTRL_EDITBOX ) || ( nType == CTRL_MULTILINE_EDITBOX ) ) in ImplDrawNativeControl()
764 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl()
845 if( nType == CTRL_TOOLBAR ) in ImplDrawNativeControl()
883 if( nType == CTRL_MENUBAR ) in ImplDrawNativeControl()
926 if( nType == CTRL_SLIDER ) in ImplDrawNativeControl()
1065 switch( nType ) in drawNativeControl()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx476 sal_Int32 nType = DataType::OTHER; in getColumnType() local
481 nType = DataType::BIT; // XRow::getBoolean in getColumnType()
483 nType = DataType::INTEGER; // XRow::getInt in getColumnType()
485 nType = DataType::BIGINT; // XRow::getLong in getColumnType()
497 nType = DataType::DATE; // XRow::getDate in getColumnType()
499 nType = DataType::TIME; // XRow::getTime in getColumnType()
506 nType = DataType::CLOB; // XRow::getClob in getColumnType()
508 nType = DataType::BLOB; // XRow::getBlob in getColumnType()
510 nType = DataType::ARRAY;// XRow::getArray in getColumnType()
512 nType = DataType::REF;// XRow::getRef in getColumnType()
[all …]
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx132 sal_uInt8 nType; in ScMatrix() local
133 rStream >> nType; in ScMatrix()
134 if ( nType == CELLTYPE_VALUE ) in ScMatrix()
145 if ( nType != CELLTYPE_NONE ) in ScMatrix()
208 nType = CELLTYPE_STRING; in Store()
210 nType = CELLTYPE_NONE; in Store()
212 rStream << nType; in Store()
213 if ( nType == CELLTYPE_VALUE ) in Store()
493 nType = mnValType[nIndex]; in Get()
495 nType = SC_MATVAL_VALUE; in Get()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx325 for( sal_Int32 nType = 0; nType < nBaseTypes; nType++ ) in getTypes() local
457 nType = OBJ_TEXT; in createInstance()
461 nType = OBJ_TEXT; in createInstance()
465 nType = OBJ_TEXT; in createInstance()
469 nType = OBJ_GRAF; in createInstance()
473 nType = OBJ_PAGE; in createInstance()
477 nType = OBJ_OLE2; in createInstance()
481 nType = OBJ_OLE2; in createInstance()
485 nType = OBJ_OLE2; in createInstance()
489 nType = OBJ_OLE2; in createInstance()
[all …]
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx57 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
61 nType = SWHTML_OPTTYPE_TAG; in GetOptionType()
68 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
73 nType = SWHTML_OPTTYPE_SIZE; in GetOptionType()
76 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
81 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
86 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
91 nType = SWHTML_OPTTYPE_IGNORE; in GetOptionType()
96 nType = SWHTML_OPTTYPE_TAG; in GetOptionType()
117 nType = SWHTML_OPTTYPE_SIZE; in GetOptionType()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx130 static inline sal_Bool isAlphaType( sal_Int32 nType ) in isAlphaType() argument
132 return ((nType & nCharClassAlphaType) != 0) && in isAlphaType()
133 ((nType & ~(nCharClassAlphaTypeMask)) == 0); in isAlphaType()
139 return ((nType & nCharClassNumericType) != 0) && in isNumericType()
140 ((nType & ~(nCharClassNumericTypeMask)) == 0); in isNumericType()
146 return ((nType & (nCharClassAlphaType | in isAlphaNumericType()
148 ((nType & ~(nCharClassAlphaTypeMask | in isAlphaNumericType()
155 return ((nType & nCharClassLetterType) != 0) && in isLetterType()
156 ((nType & ~(nCharClassLetterTypeMask)) == 0); in isLetterType()
162 return ((nType & (nCharClassLetterType | in isLetterNumericType()
[all …]
/trunk/main/xmloff/source/style/
H A Dprhdlfac.cxx121 DBG_ASSERT( (nType & ~((sal_uInt32)MID_FLAG_MASK)) == 0, in GetPropertyHandler()
123 return GetBasicHandler( nType ); in GetPropertyHandler()
130 XMLPropertyHandler* XMLPropertyHandlerFactory::GetHdlCache( sal_Int32 nType ) const in GetHdlCache()
134 if( maHandlerCache.find( nType ) != maHandlerCache.end() ) in GetHdlCache()
135 pRet = maHandlerCache.find( nType )->second; in GetHdlCache()
144 ((XMLPropertyHandlerFactory*)this)->maHandlerCache[ nType ] = (XMLPropertyHandler*)pHdl; in PutHdlCache()
149 const XMLPropertyHandler* pPropHdl = GetHdlCache( nType ); in GetBasicHandler()
153 pPropHdl = CreatePropertyHandler( nType ); in GetBasicHandler()
156 PutHdlCache( nType, pPropHdl ); in GetBasicHandler()
166 switch( nType ) in CreatePropertyHandler()
[all …]
/trunk/main/idl/source/cmptools/
H A Dlex.cxx48 switch( nType ) in GetTokenAsString()
92 nType = rObj.nType; in SvToken()
122 nType = rObj.nType; in operator =()
390 rToken.nType = SVTOKEN_COMMENT; in MakeToken()
396 rToken.nType = SVTOKEN_CHAR; in MakeToken()
445 rToken.nType = SVTOKEN_STRING; in MakeToken()
450 rToken.nType = SVTOKEN_INTEGER; in MakeToken()
465 rToken.nType = SVTOKEN_BOOL; in MakeToken()
470 rToken.nType = SVTOKEN_BOOL; in MakeToken()
487 rToken.nType = SVTOKEN_EOF; in MakeToken()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx188 sal_uInt32 nType, nSize; in ImplDoClass4() local
194 nType = ImplGetUI16( 4 ); in ImplDoClass4()
213 sal_uInt32 nType, nSize; in ImplDoClass4() local
232 nType = ImplGetUI16( 4 ); in ImplDoClass4()
498 if ( nType == 0 ) in ImplDoClass4()
499 nType = 0; // is PIE in ImplDoClass4()
596 if ( nType == 0 ) in ImplDoClass4()
597 nType = 0; // is PIE in ImplDoClass4()
599 nType = 1; // is CHORD in ImplDoClass4()
672 if ( nType == 0 ) in ImplDoClass4()
[all …]
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1197 ( (nType == CTRL_PUSHBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1198 ( (nType == CTRL_RADIOBUTTON) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1199 ( (nType == CTRL_CHECKBOX) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1205 ( (nType == CTRL_TAB_ITEM) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1206 ( (nType == CTRL_TAB_PANE) && (nPart == PART_ENTIRE_CONTROL) ) || in IsNativeControlSupported()
1213 ( (nType == CTRL_TOOLBAR) && (nPart == PART_ENTIRE_CONTROL || in IsNativeControlSupported()
1219 ( (nType == CTRL_PROGRESS) && (nPart == PART_ENTIRE_CONTROL) ) in IsNativeControlSupported()
1234 if ( nType == CTRL_SCROLLBAR ) in hitTestNativeControl()
1390 else if ( (nType == CTRL_LISTBOX) && (nPart == PART_WINDOW) ) in drawNativeControl()
1432 else if ( (nType == CTRL_TOOLBAR) && (nPart == PART_BUTTON) ) in drawNativeControl()
[all …]
/trunk/main/svl/source/svdde/
H A Dddecli.cxx278 nType = 0; in DdeTransaction()
309 if ( nType == XTYP_EXECUTE ) in Execute()
311 if ( nType != XTYP_EXECUTE && nType != XTYP_POKE ) in Execute()
324 if( hData && nType == XTYP_REQUEST ) in Execute()
388 nType = (sal_uInt16)XTYP_ADVSTOP; in ~DdeLink()
404 nType = XTYP_REQUEST; in DdeRequest()
420 nType = XTYP_ADVSTART; in DdeHotLink()
430 nType = XTYP_POKE; in DdePoke()
441 nType = XTYP_POKE; in DdePoke()
451 nType = XTYP_POKE; in DdePoke()
[all …]
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx211 if ( nType == DLGWINDOW_PREV ) in ImplGetDlgWindow()
236 if ( nType == DLGWINDOW_NEXT ) in ImplGetDlgWindow()
277 if ( nType == DLGWINDOW_FIRST ) in ImplGetDlgWindow()
588 sal_uInt16 nType; in ImplDlgCtrl() local
594 nType = DLGWINDOW_PREV; in ImplDlgCtrl()
599 nType = DLGWINDOW_NEXT; in ImplDlgCtrl()
609 if ( nType == DLGWINDOW_PREV ) in ImplDlgCtrl()
678 sal_uInt16 nType; in ImplDlgCtrl() local
754 nType = DLGWINDOW_PREV; in ImplDlgCtrl()
759 nType = DLGWINDOW_NEXT; in ImplDlgCtrl()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx760 nType = style::NumberingType::ARABIC; in ReadLVL()
776 nType = style::NumberingType::ARABIC; in ReadLVL()
783 nType = style::NumberingType::BITMAP; in ReadLVL()
816 nType = style::NumberingType::ARABIC; in ReadLVL()
821 if (style::NumberingType::NUMBER_NONE == nType) in ReadLVL()
946 rNumFmt.SetNumberingType( nType ); in ReadLVL()
957 else if (style::NumberingType::BITMAP == nType) in ReadLVL()
2278 int nType=0; in FormulaRead() local
2284 nType=1; in FormulaRead()
2298 if (nType == 0) in FormulaRead()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx149 sal_uInt16 nType; member
161 sal_uInt16 nType; in ImplPredicateEvent() local
170 nType = INPUT_MOUSE; in ImplPredicateEvent()
175 nType = INPUT_KEYBOARD; in ImplPredicateEvent()
180 nType = INPUT_PAINT; in ImplPredicateEvent()
183 nType = 0; in ImplPredicateEvent()
186 if ( (nType & pPre->nType) || ( ! nType && (pPre->nType & INPUT_OTHER) ) ) in ImplPredicateEvent()
193 bool X11SalInstance::AnyInput(sal_uInt16 nType) in AnyInput() argument
199 if( (nType & INPUT_TIMER) && in AnyInput()
210 aInput.nType = nType; in AnyInput()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx171 sal_uInt16 nType,
435 sal_uInt16 nType; member in XMLTextFrameContext_Impl
462 sal_uInt16 nType,
528 switch ( nType) in Create()
611 switch( nType ) in Create()
789 XML_TEXT_FRAME_APPLET != nType && in Create()
790 XML_TEXT_FRAME_PLUGIN!= nType && in Create()
877 , nType( nNewType ) in XMLTextFrameContext_Impl()
1135 if (( nType == XML_TEXT_FRAME_APPLET || nType == XML_TEXT_FRAME_PLUGIN ) && xPropSet.is()) in EndElement()
1148 if ( (nType == XML_TEXT_FRAME_APPLET || nType == XML_TEXT_FRAME_PLUGIN) && in CreateChildContext()
[all …]

Completed in 255 milliseconds

12345678910>>...40