Lines Matching refs:sTmp
247 OUString sTmp; in lcl_exportString() local
248 aAny >>= sTmp; in lcl_exportString()
249 if (!bOmitIfEmpty || (sTmp.getLength() > 0)) in lcl_exportString()
252 sTmp = rExport.EncodeStyleName( sTmp ); in lcl_exportString()
253 rExport.AddAttribute(nPrefix, eElement, sTmp); in lcl_exportString()
363 OUString sTmp; in exportTextFootnoteConfigurationHelper() local
367 aAny >>= sTmp; in exportTextFootnoteConfigurationHelper()
369 if (sTmp.getLength() > 0) in exportTextFootnoteConfigurationHelper()
374 GetExport().Characters(sTmp); in exportTextFootnoteConfigurationHelper()
379 aAny >>= sTmp; in exportTextFootnoteConfigurationHelper()
381 if (sTmp.getLength() > 0) in exportTextFootnoteConfigurationHelper()
386 GetExport().Characters(sTmp); in exportTextFootnoteConfigurationHelper()