Searched refs:eVersion (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | impex.cxx | 665 void lcl_UnescapeSylk( String & rString, SylkVersion eVersion ) in lcl_UnescapeSylk() argument 670 if (eVersion >= SYLK_OOO32) in lcl_UnescapeSylk() 679 String& rString, SylkVersion eVersion ) in lcl_ScanSylkString() argument 688 if (eVersion >= SYLK_OOO32) in lcl_ScanSylkString() 716 lcl_UnescapeSylk( rString, eVersion); in lcl_ScanSylkString() 721 String& rString, SylkVersion eVersion ) in lcl_ScanSylkFormula() argument 724 if (eVersion >= SYLK_OOO32) in lcl_ScanSylkFormula() 738 lcl_UnescapeSylk( rString, eVersion); in lcl_ScanSylkFormula() 773 p = lcl_ScanSylkString( p, rString, eVersion); in lcl_ScanSylkFormula() 1527 SylkVersion eVersion = SYLK_OTHER; in Sylk2Doc() local [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 131 wwSprmParser(ww::WordVersion eVersion); 384 WW8PLCFx(ww::WordVersion eVersion, bool bSprm) in WW8PLCFx() argument 385 : meVer(eVersion), bIsSprm(bSprm), bDirty(false) {} in WW8PLCFx() 421 WW8PLCFx_PCDAttrs(ww::WordVersion eVersion, WW8PLCFx_PCD* pPLCFx_PCD, 444 WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd, 510 WW8Fkp (ww::WordVersion eVersion, SvStream* pFKPStrm, 671 WW8PLCFx_SubDoc(SvStream* pSt, ww::WordVersion eVersion, WW8_CP nStartCp, 923 friend WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs(ww::WordVersion eVersion,
|
| H A D | ww8par6.cxx | 2959 ww::WordVersion eVersion = pWwFib->GetFIBVersion(); in Read_BoldUsw() local 2968 if (eVersion <= ww::eWW2) in Read_BoldUsw() 2970 else if (eVersion < ww::eWW8) in Read_BoldUsw() 2991 if (pPlcxMan && eVersion > ww::eWW2) in Read_BoldUsw() 3059 ww::WordVersion eVersion = pWwFib->GetFIBVersion(); in Read_BoldBiDiUsw() local 3060 if (eVersion <= ww::eWW2) in Read_BoldBiDiUsw() 3062 else if (eVersion < ww::eWW8) in Read_BoldBiDiUsw() 3089 if (pAktColl && eVersion > ww::eWW2) // StyleDef -> Flags merken in Read_BoldBiDiUsw() 3330 ww::WordVersion eVersion = pWwFib->GetFIBVersion(); in Read_SubSuperProp() local 3333 short nPos = eVersion <= ww::eWW2 ? *pData : SVBT16ToShort( pData ); in Read_SubSuperProp() [all …]
|
| H A D | ww8scan.cxx | 776 wwSprmParser::wwSprmParser(ww::WordVersion eVersion) : meVersion(eVersion) in wwSprmParser() argument 968 WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs(ww::WordVersion eVersion, in WW8PLCFx_PCDAttrs() argument 970 : WW8PLCFx(eVersion, true), pPcdI(pPLCFx_PCD->GetPLCFIter()), in WW8PLCFx_PCDAttrs() 1157 WW8PLCFx_PCD::WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd, in WW8PLCFx_PCD() argument 1159 : WW8PLCFx(eVersion, false), nClipStart(-1) in WW8PLCFx_PCD() 2656 WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(ww::WordVersion eVersion, SvStream* pSt, in WW8Fkp() argument 2660 maSprmParser(eVersion) in WW8Fkp() 2685 if (aEntry.mnLen && eVersion == ww::eWW2) in WW8Fkp() 2704 if (IsEightPlus(eVersion) && !aEntry.mnLen) in WW8Fkp() 2713 if (eVersion == ww::eWW2) in WW8Fkp() [all …]
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | saveopt.hxx | 117 void SetODFDefaultVersion( ODFDefaultVersion eVersion );
|
| /AOO41X/main/unotools/source/config/ |
| H A D | saveopt.cxx | 1052 void SvtSaveOptions::SetODFDefaultVersion( SvtSaveOptions::ODFDefaultVersion eVersion ) in SetODFDefaultVersion() argument 1054 pImp->pSaveOpt->SetODFDefaultVersion( eVersion ); in SetODFDefaultVersion()
|