/aoo41x/main/svtools/source/graphic/ |
H A D | descriptor.cxx | 139 sal_uInt8 cType = graphic::GraphicType::EMPTY; in implCreate() local 143 case( GFF_BMP ): pMimeType = MIMETYPE_BMP; cType = graphic::GraphicType::PIXEL; break; in implCreate() 144 case( GFF_GIF ): pMimeType = MIMETYPE_GIF; cType = graphic::GraphicType::PIXEL; break; in implCreate() 145 case( GFF_JPG ): pMimeType = MIMETYPE_JPG; cType = graphic::GraphicType::PIXEL; break; in implCreate() 146 case( GFF_PCD ): pMimeType = MIMETYPE_PCD; cType = graphic::GraphicType::PIXEL; break; in implCreate() 147 case( GFF_PCX ): pMimeType = MIMETYPE_PCX; cType = graphic::GraphicType::PIXEL; break; in implCreate() 148 case( GFF_PNG ): pMimeType = MIMETYPE_PNG; cType = graphic::GraphicType::PIXEL; break; in implCreate() 149 case( GFF_TIF ): pMimeType = MIMETYPE_TIF; cType = graphic::GraphicType::PIXEL; break; in implCreate() 150 case( GFF_XBM ): pMimeType = MIMETYPE_XBM; cType = graphic::GraphicType::PIXEL; break; in implCreate() 174 if( graphic::GraphicType::EMPTY != cType ) in implCreate() [all …]
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscyacc.y | 932 $$.cType = RSCEXP_DEF; 937 $$.cType = RSCEXP_LONG; 943 $$.cType = $2.cType; 950 $$.cType = RSCEXP_EXP; 965 $$.cType = RSCEXP_EXP; 976 $$.cType = RSCEXP_EXP; 987 $$.cType = RSCEXP_EXP; 1004 $$.cType = RSCEXP_EXP; 1015 $$.cType = RSCEXP_EXP; 1026 $$.cType = RSCEXP_EXP; [all …]
|
/aoo41x/main/rsc/inc/ |
H A D | rscdef.hxx | 53 char cType; member in RscExpType 55 sal_Bool IsNumber() const { return( RSCEXP_LONG == cType ); } in IsNumber() 56 sal_Bool IsExpression()const { return( RSCEXP_EXP == cType ); } in IsExpression() 57 sal_Bool IsDefinition()const { return( RSCEXP_DEF == cType ); } in IsDefinition() 58 sal_Bool IsNothing() const { return( RSCEXP_NOTHING == cType ); } in IsNothing() 62 cType = RSCEXP_LONG; in SetLong() 80 void Create(){ aExp.cType = RSCEXP_NOTHING; } in Create()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxvar.cxx | 233 xub_Unicode cType = ' '; in GetName() local 240 cType = cSuffixes[ et ]; in GetName() 241 if( cType != ' ' ) in GetName() 242 aTmp += cType; in GetName() 256 cType = ' '; in GetName() 261 cType = cSuffixes[ nt ]; in GetName() 263 if( cType != ' ' ) in GetName() 265 aTmp += cType; in GetName()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlnum.cxx | 900 sal_Char cType = 0; in OutHTML_NumBulListStart() local 903 case SVX_NUM_CHARS_UPPER_LETTER: cType = 'A'; break; in OutHTML_NumBulListStart() 904 case SVX_NUM_CHARS_LOWER_LETTER: cType = 'a'; break; in OutHTML_NumBulListStart() 905 case SVX_NUM_ROMAN_UPPER: cType = 'I'; break; in OutHTML_NumBulListStart() 906 case SVX_NUM_ROMAN_LOWER: cType = 'i'; break; in OutHTML_NumBulListStart() 908 if( cType ) in OutHTML_NumBulListStart() 909 (((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_type) += '=') += cType; in OutHTML_NumBulListStart()
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | scripttypedetector.cxx | 129 sal_Int16 cType = getCTLScriptType(Text, nPos); in beginOfCTLScriptType() local 131 if (cType != getCTLScriptType(Text, nPos)) in beginOfCTLScriptType() 147 sal_Int16 cType = getCTLScriptType(Text, nPos); in endOfCTLScriptType() local 150 if (cType != getCTLScriptType(Text, nPos)) in endOfCTLScriptType()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgelem.cxx | 293 cType = 0; in Init() 421 >> cType // 42 entry type in Load() 440 (nSize < 0 && cType != STG_STORAGE) || in Load() 462 << cType // 42 entry type in Store()
|
H A D | stgelem.hxx | 123 sal_uInt8 cType; // 42 entry type member in StgEntry 144 StgEntryType GetType() const { return (StgEntryType) cType; } in GetType() 146 void SetType( StgEntryType t ) { cType = (sal_uInt8) t; } in SetType()
|
/aoo41x/main/sw/inc/ |
H A D | swgstr.hxx | 123 sal_uInt8 cType; // Record-Typ member in swistream 130 sal_uInt8 cur() { return cType; } // aktueller Block in cur()
|
H A D | docstyle.hxx | 172 char cType);
|
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XBreakIterator.java | 545 short cType = 0; in getCharBlockType() local 548 cType = i; in getCharBlockType() 554 return cType; in getCharBlockType()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1054 sal_uInt8 cType = 0x01; in Impl_writeJPEG() local 1071 cType = *(pJpgSearch + 1); in Impl_writeJPEG() 1073 if (0xD8 == cType || 0xD9 == cType) in Impl_writeJPEG() 1077 else if (0xDA == cType) in Impl_writeJPEG() 1101 switch(cType) in Impl_writeJPEG()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | laycache.cxx | 1241 sal_Bool SwLayCacheIoImpl::OpenRec( sal_uInt8 cType ) in OpenRec() argument 1249 aRecTypes.push_back( cType ); in OpenRec() 1261 if( !nVal || cRecTyp != cType || in OpenRec() 1265 ASSERT( cRecTyp == cType, in OpenRec()
|
/aoo41x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 97 aExp.cType = RSCEXP_NOTHING; in Destroy() 128 aExpType.cType = RSCEXP_DEF; in RscId()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 1670 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType() local 1671 if (cType.hasConstants()) in produceType() 1673 ret = cType.dump(pOptions); in produceType()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 4287 ConstantsType cType(reader, typeName, typeMgr); in produceType() local 4288 if (cType.hasConstants()) in produceType() 4290 ret = cType.dump(pOptions); in produceType() 4422 ConstantsType cType(reader, typeName, typeMgr); in produceType() local 4423 if (cType.hasConstants()) in produceType() 4425 ret = cType.dump(pOptions); in produceType()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 360 char cType[2]; in fillColumns() local 361 cType[0] = aDBFColumn.db_typ; in fillColumns() 362 cType[1] = 0; in fillColumns() 363 aTypeName = ::rtl::OUString::createFromAscii(cType); in fillColumns()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 2692 ConstantsType cType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType() local 2693 if (cType.hasConstants()) in produceType() 2695 ret = cType.dump(pOptions, o, allreadyDumped); in produceType()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 2848 sal_uInt16 nSection, char cType ) in AppendStyleList() argument 2874 aLst.Append( cType, *rList[i] ); in AppendStyleList() 2879 aLst.Append( cType, *rList[i] ); in AppendStyleList()
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 3447 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType() local 3448 if (cType.hasConstants()) in produceType() 3450 ret = cType.dump(pOptions); in produceType()
|