Home
last modified time | relevance | path

Searched refs:cType (Results 1 – 20 of 20) sorted by path

/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx233 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()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx2692 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()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx4287 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()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx3447 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType() local
3448 if (cType.hasConstants()) in produceType()
3450 ret = cType.dump(pOptions); in produceType()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx1670 ConstantsType cType(reader, typeName, typeMgr, typeDependencies); in produceType() local
1671 if (cType.hasConstants()) in produceType()
1673 ret = cType.dump(pOptions); in produceType()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx360 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()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1054 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()
/trunk/main/i18npool/source/characterclassification/
H A Dscripttypedetector.cxx129 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XBreakIterator.java545 short cType = 0; in getCharBlockType() local
548 cType = i; in getCharBlockType()
554 return cType; in getCharBlockType()
/trunk/main/rsc/inc/
H A Drscdef.hxx53 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()
/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y932 $$.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 …]
/trunk/main/rsc/source/tools/
H A Drscdef.cxx97 aExp.cType = RSCEXP_NOTHING; in Destroy()
128 aExpType.cType = RSCEXP_DEF; in RscId()
/trunk/main/sot/source/sdstor/
H A Dstgelem.cxx293 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 Dstgelem.hxx123 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()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx139 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 …]
/trunk/main/sw/inc/
H A Ddocstyle.hxx172 char cType);
H A Dswgstr.hxx123 sal_uInt8 cType; // Record-Typ member in swistream
130 sal_uInt8 cur() { return cType; } // aktueller Block in cur()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1241 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()
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx900 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()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2922 sal_uInt16 nSection, char cType ) in AppendStyleList() argument
2948 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2953 aLst.Append( cType, *rList[i] ); in AppendStyleList()

Completed in 162 milliseconds