Home
last modified time | relevance | path

Searched refs:aFileLink (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLSectionSourceImportContext.cxx125 SectionFileLink aFileLink; in StartElement() local
126 aFileLink.FileURL = GetImport().GetAbsoluteReference( sURL ); in StartElement()
127 aFileLink.FilterName = sFilterName; in StartElement()
129 aAny <<= aFileLink; in StartElement()
H A DXMLSectionExport.cxx485 SectionFileLink aFileLink; in ExportRegularSectionStart() local
486 aAny >>= aFileLink; in ExportRegularSectionStart()
492 if ( (aFileLink.FileURL.getLength() > 0) || in ExportRegularSectionStart()
493 (aFileLink.FilterName.getLength() > 0) || in ExportRegularSectionStart()
496 if (aFileLink.FileURL.getLength() > 0) in ExportRegularSectionStart()
499 GetExport().GetRelativeReference( aFileLink.FileURL) ); in ExportRegularSectionStart()
502 if (aFileLink.FilterName.getLength() > 0) in ExportRegularSectionStart()
505 aFileLink.FilterName); in ExportRegularSectionStart()

Completed in 21 milliseconds