/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 221 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 …]
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 802 switch(nType) in convertNode() 819 switch(nType) in convertNode() 838 switch(nType) in convertNode() 943 sal_Int32 nType = 0; in buildLikeRule() local 952 aValue >>= nType; in buildLikeRule() 960 switch (nType) in buildLikeRule() 1024 switch (nType) in buildNode_Date() 1149 sal_Int32 nType=0; in predicateTree() local 1217 switch (nType) in predicateTree() 2637 return nType; in getFunctionReturnType() [all …]
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | adoimp.cxx | 85 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 …]
|
/aoo41x/main/svx/source/sidebar/ |
H A D | SelectionAnalyzer.cxx | 369 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 …]
|
/aoo41x/main/idl/inc/ |
H A D | lex.hxx | 44 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 …]
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSetMetaData.cxx | 123 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 …]
|
/aoo41x/main/vcl/inc/unx/gtk/ |
H A D | gtkgdi.hxx | 61 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 …]
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 529 ((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 …]
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 120 ::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 …]
|
/aoo41x/main/vcl/source/control/ |
H A D | fixed.cxx | 329 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 …]
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 476 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 …]
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 221 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 …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 57 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 …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 132 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 …]
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 325 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 …]
|
/aoo41x/main/xmloff/source/style/ |
H A D | prhdlfac.cxx | 121 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 …]
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 130 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 …]
|
/aoo41x/main/idl/source/cmptools/ |
H A D | lex.cxx | 48 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 …]
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 188 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 …]
|
/aoo41x/main/svl/source/svdde/ |
H A D | ddecli.cxx | 278 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 …]
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | salinst.cxx | 149 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()
|
/aoo41x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1197 ( (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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 38 private int nType; field in ColumnPropertySet 65 … nType = ((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 …]
|
/aoo41x/main/vcl/source/window/ |
H A D | dlgctrl.cxx | 211 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 …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 760 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 …]
|