Searched refs:stc (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1519 switch (stc){ in OutDefaults() 1638 switch (stc) in OutOne() 1713 rOut.BeginStyle(stc, GetStyle(stc).GetName() ); in OutOne() 1715 rOut.BeginStyle(stc, aType); in OutOne() 1716 OutDefaults(rOut, rMan, stc); in OutOne() 1731 if( nBase != stc in OutOneWithBase() 1739 OutOne( rOut, rMan, stc ); in OutOneWithBase() 1744 sal_uInt16 stc; in Out() local 1749 for (stc=0;stc<Count();stc++) in Out() 1750 if (GetStyle(stc).IsUsed() && !rOut.IsStyleImported( stc ) ) in Out() [all …]
|
H A D | w1class.cxx | 101 void Ww1Style::SetDefaults(sal_uInt8 stc) in SetDefaults() argument 103 if( 222 == stc ) in SetDefaults() 157 size_t nSize(stc); in ReadName() 231 for (sal_uInt16 stc=0;stc<Count();stc++) in Ww1StyleSheet() local 233 aStyles[stc].SetParent(this); in Ww1StyleSheet() 234 aStyles[stc].SetDefaults((sal_uInt8)stc); in Ww1StyleSheet() 266 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadNames() local 267 aStyles[stc].ReadName(p, nCountBytes, stc); in ReadNames() 284 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadChpx() local 285 aStyles[stc].ReadChpx(p, nCountBytes); in ReadChpx() [all …]
|
H A D | w1class.hxx | 271 sal_uInt16 ReadName(sal_uInt8*&, sal_uInt16&, sal_uInt16 stc); 294 void OutDefaults(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc); 295 void OutOne(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc); 296 void OutOneWithBase(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc, 300 Ww1Style& GetStyle(sal_uInt16 stc) { in GetStyle() argument 301 return aStyles[stc]; } in GetStyle()
|
H A D | w1struct.hxx | 638 SVBT8 stc; member 640 return SVBT8ToByte(stc); } in stcGet()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | styles.cxx | 192 sti GetCanonicalStiFromStc(sal_uInt8 stc) throw() in GetCanonicalStiFromStc() argument 194 if (stc == 0) in GetCanonicalStiFromStc() 196 else if (stc < 222) in GetCanonicalStiFromStc() 209 return aMapping[stc-222]; in GetCanonicalStiFromStc()
|
H A D | ww8par2.cxx | 4516 sal_uInt8 stc = static_cast< sal_uInt8 >((stcp - cstcStd) & 255); in ImportOldFormatStyles() local 4517 SwWW8StyInf &rSI = pIo->pCollA[stc]; in ImportOldFormatStyles() 4523 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() 4535 rSI.SetOrgWWIdent(sName, stc); in ImportOldFormatStyles() 4540 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() 4544 rSI.SetOrgWWIdent(sName, stc); in ImportOldFormatStyles() 4644 if (stc == stcBase) in ImportOldFormatStyles() 4647 SwWW8StyInf &rSI = pIo->pCollA[stc]; in ImportOldFormatStyles() 4650 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() 4658 pIo->pCollA[stc].bColl = false; in ImportOldFormatStyles() [all …]
|
/aoo41x/main/scp2/source/calc/ |
H A D | registryitem_calc.scp | 455 Subkey = ".stc\PersistentHandler"; 462 Subkey = ".stc\shellex\{00021500-0000-0000-C000-000000000046}"; 469 Subkey = ".stc\shellex\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}"; 482 Subkey = ".stc"; 490 Subkey = ".stc"; 878 Subkey = ".stc\OpenWithProgIDs"; 1007 Name = ".stc"; 1105 REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( stc )
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wwstyles.hxx | 186 sti GetCanonicalStiFromStc(sal_uInt8 stc) throw();
|
/aoo41x/main/sysui/desktop/mimetypes/ |
H A D | spreadsheet-template.desktop | 27 Patterns=*.stc
|
/aoo41x/main/sysui/desktop/solaris/ |
H A D | mime.types | 52 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | files.csv | 56 Calc6_document;Calc/Calc_6.stc;calc_StarOffice_XML_Calc;calc_StarOffice_XML_Calc
|
/aoo41x/main/sysui/desktop/debian/ |
H A D | postinst | 80 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/solenv/inc/ |
H A D | mime.types | 210 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/sysui/desktop/mandriva/ |
H A D | mandriva-menus.spec | 100 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 139 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/sysui/desktop/freedesktop/ |
H A D | freedesktop-menus.spec | 180 application/vnd.sun.xml.calc.template stc
|
/aoo41x/main/ |
H A D | rat-excludes | 620 **/*.stc
|
Completed in 78 milliseconds