| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 1839 void WW8Export::OutputField( const SwField* pFld, ww::eField eFldType, in OutputField() 1845 const bool bIncludeEmptyPicLocation = ( eFldType == ww::ePAGE ); in OutputField() 1850 if (eFldType == ww::eSHAPE) in OutputField() 1872 ( eFldType == ww::ePAGEREF || eFldType == ww::eREF || in OutputField() 1873 eFldType == ww::eNOTEREF || eFldType == ww::eFOOTREF )) in OutputField() 1928 eFldType == ww::eFORMTEXT) in OutputField() 1964 eFldType == ww::eFORMTEXT) in OutputField() 1980 String sStr(FieldString(ww::eQUOTE)); in StartCommentOutput() 1984 OutputField(0, ww::eQUOTE, sStr, WRITEFIELD_START | WRITEFIELD_CMD_START); in StartCommentOutput() 1992 OutputField(0, ww::eQUOTE, sStr, WRITEFIELD_CMD_END | WRITEFIELD_END | in EndCommentOutput() [all …]
|
| H A D | writerwordglue.cxx | 131 SwTxtFmtColl* GetBuiltInStyle(ww::sti eSti); 136 SwTxtFmtColl* MapperImpl<SwTxtFmtColl>::GetBuiltInStyle(ww::sti eSti) in GetBuiltInStyle() 195 SwCharFmt* GetBuiltInStyle(ww::sti eSti); 200 SwCharFmt* MapperImpl<SwCharFmt>::GetBuiltInStyle(ww::sti eSti) in GetBuiltInStyle() 205 case ww::stiFtnRef: in GetBuiltInStyle() 208 case ww::stiLnn: in GetBuiltInStyle() 211 case ww::stiPgn: in GetBuiltInStyle() 214 case ww::stiEdnRef: in GetBuiltInStyle() 217 case ww::stiHyperlink: in GetBuiltInStyle() 220 case ww::stiHyperlinkFollowed: in GetBuiltInStyle() [all …]
|
| H A D | ww8par6.cxx | 835 ww::WordVersion eVer = mrReader.GetFib().GetFIBVersion(); in CreateSep() 896 … const sal_uInt16* pIds = eVer <= ww::eWW2 ? aVer2Ids0 : eVer <= ww::eWW7 ? aVer67Ids0 : aVer8Ids0; in CreateSep() 919 …aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006),… in CreateSep() 922 aNewSection.maSep.fBiDi = eVer >= ww::eWW8 ? ReadBSprm(pSep, 0x3228, 0) : 0; in CreateSep() 939 if (eVer >= ww::eWW6) in CreateSep() 942 …aNewSection.maSep.fEvenlySpaced = ReadBSprm( pSep, ( eVer <= ww::eWW7 ? 138 : 0x3005 ), 1 ) ? true… in CreateSep() 949 const sal_uInt16 nColumnWidthSprmId = ( eVer <= ww::eWW7 ? 136 : 0xF203 ); in CreateSep() 950 const sal_uInt16 nColumnSpacingSprmId = ( eVer <= ww::eWW7 ? 137 : 0xF204 ); in CreateSep() 1020 pIds = eVer <= ww::eWW2 ? aVer2Ids1 : eVer <= ww::eWW7 ? aVer67Ids1 : aVer8Ids1; in CreateSep() 1048 …aNewSection.maSep.fRTLGutter = static_cast< sal_uInt8 >(eVer >= ww::eWW8 ? ReadUSprm( pSep, 0x322A… in CreateSep() [all …]
|
| H A D | ww8scan.hxx | 106 typedef ww::WrappedHash<SprmInfo, SprmInfoHash> wwSprmSearcher; 107 typedef ww::WrappedHash<sal_uInt16> wwSprmSequence; 116 ww::WordVersion meVersion; 130 wwSprmParser(ww::WordVersion eVersion); 176 ::std::vector<ww::bytes>* pExtraArray = 0, ::std::vector<String>* pValueArray = 0); 374 ww::WordVersion meVer; // Version number of FIB 383 WW8PLCFx(ww::WordVersion eVersion, bool bSprm) in WW8PLCFx() 399 ww::WordVersion GetFIBVersion() const { return meVer; } in GetFIBVersion() 420 WW8PLCFx_PCDAttrs(ww::WordVersion eVersion, WW8PLCFx_PCD* pPLCFx_PCD, 443 WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd, [all …]
|
| H A D | wrtw8esh.cxx | 415 OutputField(0, ww::eFORMDROPDOWN, FieldString(ww::eFORMDROPDOWN), in DoComboBox() 435 OutputField(0, ww::eFORMDROPDOWN, FieldString(ww::eFORMDROPDOWN), in DoComboBox() 462 OutputField(0, ww::eFORMCHECKBOX, FieldString(ww::eFORMCHECKBOX), in DoCheckBox() 517 OutputField(0, ww::eFORMCHECKBOX, aEmptyStr, WRITEFIELD_CLOSE); in DoCheckBox() 522 OutputField(0, ww::eFORMTEXT, FieldString(ww::eFORMTEXT), in DoFormText() 550 OutputField(0, ww::eFORMTEXT, aEmptyStr, WRITEFIELD_CMD_END); in DoFormText() 565 OutputField(0, ww::eFORMTEXT, aEmptyStr, WRITEFIELD_CLOSE); in DoFormText() 999 OutputField(0, ww::eSHAPE, FieldString(ww::eSHAPE), in AppendFlyInFlys() 1027 OutputField(0, ww::eSHAPE, aEmptyStr, WRITEFIELD_CLOSE); in AppendFlyInFlys() 2102 Fraction aMapPolyX(ww::nWrap100Percent, rOrigSize.Width()); in WriteFlyFrameAttr() [all …]
|
| H A D | ww8scan.cxx | 775 wwSprmParser::wwSprmParser(ww::WordVersion eVersion) : meVersion(eVersion) in wwSprmParser() 777 ASSERT((meVersion >= ww::eWW2 && meVersion <= ww::eWW8), in wwSprmParser() 780 mnDelta = (ww::IsSevenMinus(meVersion)) ? 0 : 1; in wwSprmParser() 782 if (meVersion <= ww::eWW2) in wwSprmParser() 784 else if (meVersion < ww::eWW8) in wwSprmParser() 798 ASSERT(ww::IsEightPlus(meVersion), in GetSprmInfo() 806 if (ww::IsEightPlus(meVersion)) //We can recover perfectly in this case in GetSprmInfo() 967 WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs(ww::WordVersion eVersion, in WW8PLCFx_PCDAttrs() 1156 WW8PLCFx_PCD::WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd, in WW8PLCFx_PCD() 1699 if (pWwF->GetFIBVersion() <= ww::eWW2) in OpenPieceTable() [all …]
|
| H A D | wrtw8nds.cxx | 135 ww::eField lcl_getFieldId( const IFieldmark* pFieldmark ) { in lcl_getFieldId() 138 return ww::eFORMTEXT; in lcl_getFieldId() 140 return ww::eFORMDROPDOWN; in lcl_getFieldId() 142 return ww::eFORMCHECKBOX; in lcl_getFieldId() 144 return ww::eTOC; in lcl_getFieldId() 146 return ww::eHYPERLINK; in lcl_getFieldId() 148 return ww::ePAGEREF; in lcl_getFieldId() 150 return ww::eUNKNOWN; in lcl_getFieldId() 700 String aStr( FieldString( ww::eEQ ) ); in StartRuby() 803 m_rWW8Export.OutputField( 0, ww::eEQ, aStr, in StartRuby() [all …]
|
| H A D | docxattributeoutput.cxx | 343 if ( !pIt->bClose || ( pIt->eType == ww::eUNKNOWN ) ) in EndRun() 478 if ( rInfos.pField && rInfos.eType == ww::eUNKNOWN ) in StartField_Impl() 483 else if ( rInfos.eType != ww::eNONE ) // HYPERLINK fields are just commands in StartField_Impl() 488 if ( rInfos.eType == ww::eFORMDROPDOWN ) in StartField_Impl() 625 rInfos.sCmd = FieldString( ww::eREF ); in EndField_Impl() 795 sURL = FieldString( ww::eHYPERLINK ); in AnalyzeURL() 798 String sFld( FieldString( ww::eHYPERLINK ) ); in AnalyzeURL() 826 m_rExport.OutputField( NULL, ww::eHYPERLINK, sUrl ); in StartURL() 862 void DocxAttributeOutput::FieldVanish( const String& rTxt, ww::eField eType ) in FieldVanish() 2576 String sCmd = FieldString( ww::eREF ); in RefField() [all …]
|
| H A D | docxattributeoutput.hxx | 48 ww::eField eType; 116 virtual void FieldVanish( const String& rTxt, ww::eField eType ); 268 …void WriteField_Impl( const SwField* pFld, ww::eField eType, const String& rFldCmd, sal_uInt8 nMod… 514 virtual void SetField( const SwField& rFld, ww::eField eType, const String& rCmd );
|
| H A D | wrtww8gr.cxx | 307 String sServer(FieldString(ww::eEMBED)); in OutputOLENode() 311 OutputField(0, ww::eEMBED, sServer, WRITEFIELD_START | in OutputOLENode() 357 OutputField(0, ww::eEMBED, aEmptyStr, in OutputOLENode() 392 String sStr( FieldString(ww::eINCLUDEPICTURE) ); in OutGrf() 404 OutputField( 0, ww::eINCLUDEPICTURE, sStr, in OutGrf() 498 OutputField( 0, ww::eINCLUDEPICTURE, String(), WRITEFIELD_CLOSE ); in OutGrf()
|
| H A D | ww8par2.cxx | 1730 wwTableSprm GetTableSprm(sal_uInt16 nId, ww::WordVersion eVer) in GetTableSprm() 1734 case ww::eWW8: in GetTableSprm() 1779 case ww::eWW7: in GetTableSprm() 1780 case ww::eWW6: in GetTableSprm() 1809 case ww::eWW2: in GetTableSprm() 1880 bool bOldVer = ww::IsSevenMinus(pIo->GetFib().GetFIBVersion()); in WW8TabDesc() 4017 bool WW8RStyle::PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNex… in PrepareStyle() 4157 bool bOldNoImp = PrepareStyle(rSI, static_cast<ww::sti>(pStd->sti), nNr, pStd->istdNext); in Import1Style() 4522 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() 4539 ww::sti eSti = ww::GetCanonicalStiFromStc(stc); in ImportOldFormatStyles() [all …]
|
| H A D | wrtww8.hxx | 732 virtual void OutputField( const SwField* pFld, ww::eField eFldType, 873 static void InsUInt16(ww::bytes &rO, sal_uInt16 n); 874 static void InsUInt32(ww::bytes &rO, sal_uInt32 n); 875 static void InsAsString16(ww::bytes &rO, const String& rStr); 876 static void InsAsString8(ww::bytes & O, const String& rStr, 1028 virtual void OutputField( const SwField* pFld, ww::eField eFldType, 1502 String FieldString(ww::eField eIndex);
|
| H A D | ww8glsy.cxx | 89 const std::vector<ww::bytes>& rExtra) in MakeEntries() 151 const ww::bytes &rData = rExtra[nGlosEntry]; in MakeEntries() 205 std::vector<ww::bytes> aData; in Load()
|
| H A D | staticassert.hxx | 33 namespace ww namespace 56 typedef ww::compile_time_check< (test) != 0 > tmplimpl; \
|
| H A D | rtfattributeoutput.hxx | 126 virtual void FieldVanish( const String& rTxt, ww::eField eType ); 252 …void WriteField_Impl( const SwField* pFld, ww::eField eType, const String& rFldCmd, sal_uInt8 nMod… 451 virtual void SetField( const SwField& rFld, ww::eField eType, const String& rCmd );
|
| H A D | writerwordglue.hxx | 61 return ww::needed_cast<Ret, Param>(in); in writer_cast() 87 return ww::needed_cast<Ret, Param>(in); in msword_cast()
|
| H A D | styles.cxx | 145 DBG_ASSERT( (sizeof(stiName) / sizeof(stiName[0])) == ww::stiMax, "WrongSizeOfArray" ); in GetStiNames() 151 namespace ww namespace
|
| H A D | ww8attributeoutput.hxx | 86 virtual void FieldVanish( const String& rTxt, ww::eField eType ); 409 virtual void SetField( const SwField& rFld, ww::eField eType, const String& rCmd );
|
| H A D | attributeoutputbase.hxx | 192 virtual void FieldVanish( const String& rTxt, ww::eField eType ) = 0; 561 virtual void SetField( const SwField& rFld, ww::eField eType, const String& rCmd ) = 0;
|
| H A D | ww8graf.cxx | 2093 Fraction aMoveHack(ww::nWrap100Percent, rSize.Width()); in MapWrapIntoFlyFmt() 2098 Fraction aHackX(ww::nWrap100Percent, ww::nWrap100Percent + nMove); in MapWrapIntoFlyFmt() 2099 Fraction aHackY(ww::nWrap100Percent, ww::nWrap100Percent - nMove); in MapWrapIntoFlyFmt() 2104 Fraction aMapPolyX(rOrigSize.Width(), ww::nWrap100Percent); in MapWrapIntoFlyFmt() 2105 Fraction aMapPolyY(rOrigSize.Height(), ww::nWrap100Percent); in MapWrapIntoFlyFmt()
|
| H A D | rtfattributeoutput.cxx | 697 void RtfAttributeOutput::FieldVanish( const String& /*rTxt*/, ww::eField /*eType*/ ) in FieldVanish() 1625 void RtfAttributeOutput::WriteField_Impl( const SwField* pFld, ww::eField /*eType*/, const String& … in WriteField_Impl() 1803 …m_aRun.getOStringBuffer().append(OUStringToOString(OUString(FieldString(ww::eFORMCHECKBOX)), m_rEx… in OutputFlyFrame_Impl() 1859 …m_aRun.getOStringBuffer().append(OUStringToOString(OUString(FieldString(ww::eFORMTEXT)), m_rExport… in OutputFlyFrame_Impl() 1909 …m_aRun.getOStringBuffer().append(OUStringToOString(OUString(FieldString(ww::eFORMDROPDOWN)), m_rEx… in OutputFlyFrame_Impl() 3207 sStr = FieldString(ww::eMERGEFIELD); in WriteExpand() 3211 m_rExport.OutputField(pFld, ww::eNONE, sStr); in WriteExpand() 3226 void RtfAttributeOutput::SetField( const SwField& /*rFld*/, ww::eField /*eType*/, const String& /*r… in SetField()
|
| /trunk/main/wizards/com/sun/star/wizards/web/ |
| H A D | CallWizard.java | 111 WebWizard ww = null; in trigger() local 115 ww = webWizard; in trigger() 130 if (ww != null) in trigger() 132 ww.cleanup(); in trigger() 283 CallWizard.WizardImplementation ww = new CallWizard.WizardImplementation(xmsf); in main() local 284 ww.trigger(PropertyNames.START); in main()
|
| H A D | WebWizard.java | 58 WebWizard ww = new WebWizard(xmsf); in main() local 59 ww.show(); in main() 60 ww.cleanup(); in main()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdviter.hxx | 91 - Alle Views in denen eine bestimme Page sichtbar ist (ww. auch als MasterPage) 92 - Alle Views in denen ein bestimmes Objekt sichtbar ist (ww. auch auf MasterPage) 95 - Alle PageViews in denen eine bestimme Page sichtbar ist (ww. auch als MasterPage) 96 - Alle PageViews in denen ein bestimmes Objekt sichtbar ist (ww. auch auf MasterPage) 99 - Alle OutputDevices in denen eine bestimme Page sichtbar ist (ww. auch als MasterPage) 100 - Alle OutputDevices in denen ein bestimmes Objekt sichtbar ist (ww. auch auf MasterPage)
|
| /trunk/main/sw/source/filter/inc/ |
| H A D | msfilter.hxx | 242 StyleResult GetStyle(const String& rName, ww::sti eSti); 302 StyleResult GetStyle(const String& rName, ww::sti eSti);
|