| /AOO42X/main/sc/source/ui/navipi/ |
| H A D | content.cxx | 162 sal_uInt16 nType; in getAltLongDescText() local 164 GetEntryIndexes( nType, nChild, pEntry ); in getAltLongDescText() 165 switch( nType ) in getAltLongDescText() 172 SdrIterMode eIter = ( nType == SC_CONTENT_DRAWING ) ? IM_FLAT : IM_DEEPNOGROUPS; in getAltLongDescText() 219 void ScContentTree::InitRoot( sal_uInt16 nType ) in InitRoot() argument 221 if ( !nType ) in InitRoot() 224 if ( nRootType && nRootType != nType ) // ausgeblendet ? in InitRoot() 226 pRootNodes[nType] = NULL; in InitRoot() 230 const Image& rImage = aEntryImages.GetImage( nType ); in InitRoot() 231 String aName( ScResId( SCSTR_CONTENT_ROOT + nType ) ); in InitRoot() [all …]
|
| /AOO42X/main/connectivity/source/parse/ |
| H A D | sqlnode.cxx | 790 OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral) in convertNode() argument 799 switch(nType) in convertNode() 816 switch(nType) in convertNode() 827 pReturn = buildDate( nType, pReturn); in convertNode() 835 switch(nType) in convertNode() 841 pReturn = buildDate( nType, pReturn); in convertNode() 851 switch(nType) in convertNode() 879 switch(nType) in convertNode() 914 sal_Int32 nType = 0; in buildPredicateRule() local 917 …xField->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nType; in buildPredicateRule() [all …]
|
| /AOO42X/main/connectivity/source/drivers/ado/ |
| H A D | adoimp.cxx | 85 sal_Int32 nType = DataType::VARCHAR; in MapADOType2Jdbc() local 89 case adSmallInt: nType = DataType::SMALLINT; break; in MapADOType2Jdbc() 91 case adInteger: nType = DataType::INTEGER; break; in MapADOType2Jdbc() 93 case adBigInt: nType = DataType::BIGINT; break; in MapADOType2Jdbc() 94 case adSingle: nType = DataType::FLOAT; break; in MapADOType2Jdbc() 95 case adDouble: nType = DataType::DOUBLE; break; in MapADOType2Jdbc() 96 case adCurrency: nType = DataType::DOUBLE; break; in MapADOType2Jdbc() 98 case adNumeric: nType = DataType::NUMERIC; break; in MapADOType2Jdbc() 99 case adDecimal: nType = DataType::DECIMAL; break; in MapADOType2Jdbc() 100 case adDBDate: nType = DataType::DATE; break; in MapADOType2Jdbc() [all …]
|
| /AOO42X/main/svx/source/sidebar/ |
| H A D | SelectionAnalyzer.cxx | 367 sal_uInt16 nType (pObj->GetObjIdentifier()); in GetObjectTypeFromGroup() local 369 if(nType == OBJ_GRUP) in GetObjectTypeFromGroup() 370 nType = GetObjectTypeFromGroup(pObj); in GetObjectTypeFromGroup() 372 if (IsShapeType(nType)) in GetObjectTypeFromGroup() 373 nType = OBJ_CUSTOMSHAPE; in GetObjectTypeFromGroup() 375 if ((nType == OBJ_CUSTOMSHAPE) && (nResultType == OBJ_TEXT)) in GetObjectTypeFromGroup() 376 nType = OBJ_TEXT; in GetObjectTypeFromGroup() 378 if (IsTextObjType(nType)) in GetObjectTypeFromGroup() 379 nType = OBJ_TEXT; in GetObjectTypeFromGroup() 381 if ((nType == OBJ_TEXT) && (nResultType == OBJ_CUSTOMSHAPE)) in GetObjectTypeFromGroup() [all …]
|
| /AOO42X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 189 static Rectangle NWGetButtonArea( int nScreen, ControlType nType, ControlPart nPart, Rectangle aAre… 193 static Rectangle NWGetEditBoxPixmapRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 197 ControlType nType, ControlPart nPart, Rectangle aEditBoxRect, 202 static Rectangle NWGetSpinButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectangle … 205 static void NWPaintOneSpinButton( int nScreen, GdkPixmap * pixmap, ControlType nType, ControlPart n… 209 static Rectangle NWGetComboBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectan… 213 static Rectangle NWGetListBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 216 static Rectangle NWGetListBoxIndicatorRect( int nScreen, ControlType nType, ControlPart nPart, Rect… 220 ControlType nType, 518 sal_Bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument [all …]
|
| /AOO42X/main/idl/inc/ |
| H A D | lex.hxx | 44 SVTOKEN_ENUM nType; member in SvToken 67 SVTOKEN_ENUM GetType() const { return nType; } in GetType() 75 sal_Bool IsEmpty() const { return nType == SVTOKEN_EMPTY; } in IsEmpty() 76 sal_Bool IsComment() const { return nType == SVTOKEN_COMMENT; } in IsComment() 77 sal_Bool IsInteger() const { return nType == SVTOKEN_INTEGER; } in IsInteger() 78 sal_Bool IsString() const { return nType == SVTOKEN_STRING; } in IsString() 79 sal_Bool IsBool() const { return nType == SVTOKEN_BOOL; } in IsBool() 81 { return nType == SVTOKEN_HASHID; } in IsIdentifierHash() 84 return nType == SVTOKEN_IDENTIFIER in IsIdentifier() 85 || nType == SVTOKEN_HASHID; in IsIdentifier() [all …]
|
| /AOO42X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OResultSetMetaData.cxx | 123 SQLSMALLINT nType = 0; in getColumnODBCType() local 126 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType() 127 if(nType == SQL_UNKNOWN_TYPE) in getColumnODBCType() 128 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column, SQL_DESC_T… in getColumnODBCType() 132 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType() 135 return nType; in getColumnODBCType() 143 sal_Int32 nType = 0; in getColumnType() local 148 nType = getNumColAttrib(column,SQL_DESC_CONCISE_TYPE); in getColumnType() 149 if(nType == SQL_UNKNOWN_TYPE) in getColumnType() 150 nType = getNumColAttrib(column, SQL_DESC_TYPE); in getColumnType() [all …]
|
| /AOO42X/main/vcl/inc/unx/gtk/ |
| H A D | gtkgdi.hxx | 61 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 62 …virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl… 64 …virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … 67 …virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang… 70 …virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan… 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, [all …]
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unotextmarkup.cxx | 74 void SAL_CALL SwXTextMarkup::commitTextRangeMarkup(::sal_Int32 nType, const ::rtl::OUString & aIden… in commitTextRangeMarkup() argument 105 …commitStringMarkup (nType, aIdentifier, startPos->nContent.GetIndex(), endPos->nContent.GetIndex()… in commitTextRangeMarkup() 114 …commitStringMarkup (nType, aIdentifier, startPos->nContent.GetIndex(), endPos->nContent.GetIndex()… in commitTextRangeMarkup() 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() [all …]
|
| /AOO42X/main/vcl/source/control/ |
| H A D | fixed.cxx | 327 void FixedText::StateChanged( StateChangedType nType ) in StateChanged() argument 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() 338 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged() 348 else if ( (nType == STATE_CHANGE_ZOOM) || in StateChanged() 349 (nType == STATE_CHANGE_CONTROLFONT) ) in StateChanged() 354 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged() 359 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged() [all …]
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 217 sal_Bool WinSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument 221 switch( nType ) in IsNativeControlSupported() 438 ControlType nType, in ImplDrawNativeControl() argument 445 if( nType == CTRL_LISTBOX ) in ImplDrawNativeControl() 447 nType = CTRL_COMBOBOX; in ImplDrawNativeControl() 450 if( nType == CTRL_COMBOBOX ) in ImplDrawNativeControl() 452 nType = CTRL_EDITBOX; in ImplDrawNativeControl() 455 if( nType == CTRL_SPINBOX ) in ImplDrawNativeControl() 457 nType = CTRL_EDITBOX; in ImplDrawNativeControl() 460 if( nType == CTRL_SCROLLBAR ) in ImplDrawNativeControl() [all …]
|
| /AOO42X/main/ucbhelper/source/provider/ |
| H A D | resultsetmetadata.cxx | 476 sal_Int32 nType = DataType::OTHER; in getColumnType() local 479 nType = DataType::VARCHAR; // XRow::getString in getColumnType() 481 nType = DataType::BIT; // XRow::getBoolean in getColumnType() 483 nType = DataType::INTEGER; // XRow::getInt in getColumnType() 485 nType = DataType::BIGINT; // XRow::getLong in getColumnType() 487 nType = DataType::SMALLINT; // XRow::getShort in getColumnType() 489 nType = DataType::TINYINT; // XRow::getByte in getColumnType() 491 nType = DataType::REAL; // XRow::getFloat in getColumnType() 493 nType = DataType::DOUBLE; // XRow::getDouble in getColumnType() 495 nType = DataType::VARBINARY;// XRow::getBytes in getColumnType() [all …]
|
| /AOO42X/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() 152 mnValType[i] = ( nType == CELLTYPE_NONE ? SC_MATVAL_EMPTY : SC_MATVAL_STRING ); in ScMatrix() 155 if ( nType == CELLTYPE_STRING ) in ScMatrix() 199 sal_uInt8 nType = CELLTYPE_VALUE; in Store() local 208 nType = CELLTYPE_STRING; in Store() 210 nType = CELLTYPE_NONE; in Store() 212 rStream << nType; in Store() [all …]
|
| /AOO42X/main/svx/source/unodraw/ |
| H A D | unomod.cxx | 191 sal_uInt32 nType = aSdrShapeIdentifierMap.getId( ServiceSpecifier ); in createInstance() local 192 if( nType != UHASHMAP_NOTFOUND ) in createInstance() 194 sal_uInt16 nT = (sal_uInt16)(nType & ~E3D_INVENTOR_FLAG); in createInstance() 195 sal_uInt32 nI = (nType & E3D_INVENTOR_FLAG)?E3dInventor:SdrInventor; in createInstance() 325 for( sal_Int32 nType = 0; nType < nBaseTypes; nType++ ) in getTypes() local 453 sal_uInt16 nType = OBJ_TEXT; in createInstance() 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() [all …]
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | SwAppletImpl.cxx | 49 sal_uInt16 nType = bApplet ? SWHTML_OPTTYPE_PARAM : SWHTML_OPTTYPE_TAG; in GetOptionType() local 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() [all …]
|
| /AOO42X/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 =() 361 rToken.nType = SVTOKEN_COMMENT; in MakeToken() 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() [all …]
|
| /AOO42X/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() 137 static inline sal_Bool isNumericType( sal_Int32 nType ) in isNumericType() argument 139 return ((nType & nCharClassNumericType) != 0) && in isNumericType() 140 ((nType & ~(nCharClassNumericTypeMask)) == 0); in isNumericType() 144 static inline sal_Bool isAlphaNumericType( sal_Int32 nType ) in isAlphaNumericType() argument 146 return ((nType & (nCharClassAlphaType | in isAlphaNumericType() 148 ((nType & ~(nCharClassAlphaTypeMask | in isAlphaNumericType() 153 static inline sal_Bool isLetterType( sal_Int32 nType ) in isLetterType() argument [all …]
|
| /AOO42X/main/xmloff/source/style/ |
| H A D | prhdlfac.cxx | 119 const XMLPropertyHandler* XMLPropertyHandlerFactory::GetPropertyHandler( sal_Int32 nType ) const in GetPropertyHandler() 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() 140 void XMLPropertyHandlerFactory::PutHdlCache( sal_Int32 nType, const XMLPropertyHandler* pHdl ) const in PutHdlCache() argument 144 ((XMLPropertyHandlerFactory*)this)->maHandlerCache[ nType ] = (XMLPropertyHandler*)pHdl; in PutHdlCache() 147 const XMLPropertyHandler* XMLPropertyHandlerFactory::GetBasicHandler( sal_Int32 nType ) const in GetBasicHandler() 149 const XMLPropertyHandler* pPropHdl = GetHdlCache( nType ); in GetBasicHandler() [all …]
|
| /AOO42X/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 186 sal_uInt32 nType, nSize; in ImplDoClass4() local 192 nType = ImplGetUI16( 4 ); in ImplDoClass4() 201 (char*)mpSource + mnParaSize, nSize, (FinalFlag)nType ); in ImplDoClass4() 211 sal_uInt32 nType, nSize; in ImplDoClass4() local 230 nType = ImplGetUI16( 4 ); in ImplDoClass4() 240 (char*)mpSource + mnParaSize, nSize, (FinalFlag)nType ); in ImplDoClass4() 249 sal_uInt32 nType = ImplGetUI16( 4 ); in ImplDoClass4() local 256 mpOutAct->AppendText( (char*)mpSource + mnParaSize, nSize, (FinalFlag)nType ); in ImplDoClass4() 495 sal_uInt32 nType = ImplGetUI16(); in ImplDoClass4() local 496 if ( nType == 0 ) in ImplDoClass4() [all …]
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1164 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); 1165 virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart, 1168 virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, 1172 virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, 1176 virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, 1194 sal_Bool KDESalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument 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() 1200 …( (nType == CTRL_COMBOBOX) && (nPart == PART_ENTIRE_CONTROL || nPart == HAS_BACKGROUND_TEXTURE)… in IsNativeControlSupported() [all …]
|
| /AOO42X/main/svl/source/svdde/ |
| H A D | ddecli.cxx | 93 nCode = t->nType & (XCLASS_MASK | XTYP_MASK); in CliCallback() 278 nType = 0; in DdeTransaction() 309 if ( nType == XTYP_EXECUTE ) in Execute() 311 if ( nType != XTYP_EXECUTE && nType != XTYP_POKE ) in Execute() 320 hItem, nExtFmt, (UINT)nType, in Execute() 324 if( hData && nType == XTYP_REQUEST ) in Execute() 344 (UINT)nType, TIMEOUT_ASYNC, in Execute() 388 nType = (sal_uInt16)XTYP_ADVSTOP; in ~DdeLink() 404 nType = XTYP_REQUEST; in DdeRequest() 412 nType = XTYP_ADVSTART | XTYPF_NODATA; in DdeWarmLink() [all …]
|
| /AOO42X/main/vcl/source/window/ |
| H A D | dlgctrl.cxx | 199 Window* Window::ImplGetDlgWindow( sal_uInt16 nIndex, sal_uInt16 nType, in ImplGetDlgWindow() argument 211 if ( nType == DLGWINDOW_PREV ) in ImplGetDlgWindow() 231 pWindow = ImplGetChildWindow( this, i, i, (nType == DLGWINDOW_FIRST) ); 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() 603 pTempWindow = ImplGetDlgWindow( i, nType, nFormStart, nFormEnd, &nNewIndex ); in ImplDlgCtrl() 609 if ( nType == DLGWINDOW_PREV ) in ImplDlgCtrl() [all …]
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par3.cxx | 543 sal_Int16 nType(style::NumberingType::ARABIC); in ReadLVL() local 759 nType = style::NumberingType::ARABIC; in ReadLVL() 762 nType = style::NumberingType::ROMAN_UPPER; in ReadLVL() 765 nType = style::NumberingType::ROMAN_LOWER; in ReadLVL() 768 nType = style::NumberingType::CHARS_UPPER_LETTER_N; in ReadLVL() 771 nType = style::NumberingType::CHARS_LOWER_LETTER_N; in ReadLVL() 775 nType = style::NumberingType::ARABIC; in ReadLVL() 778 nType = style::NumberingType::CHAR_SPECIAL; in ReadLVL() 782 nType = style::NumberingType::BITMAP; in ReadLVL() 787 nType = style::NumberingType::NUMBER_NONE; in ReadLVL() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/xmloff/source/text/ |
| H A D | XMLTextFrameContext.cxx | 171 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() 715 (bMinWidth && XML_TEXT_FRAME_TEXTBOX == nType) ? SizeType::MIN in Create() 741 (bMinHeight && XML_TEXT_FRAME_TEXTBOX == nType) ? SizeType::MIN in Create() 747 if( XML_TEXT_FRAME_GRAPHIC == nType ) in Create() 787 if( XML_TEXT_FRAME_OBJECT != nType && in Create() 788 XML_TEXT_FRAME_OBJECT_OLE != nType && in Create() [all …]
|