Home
last modified time | relevance | path

Searched refs:pDocHierarchItem (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx617 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Import() local
619 if ( pDocHierarchItem ) in Import()
620 aName = pDocHierarchItem->GetValue(); in Import()
944 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Export() local
946 if ( pDocHierarchItem ) in Export()
947 aName = pDocHierarchItem->GetValue(); in Export()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx479 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Import() local
481 if ( pDocHierarchItem ) in Import()
482 aName = pDocHierarchItem->GetValue(); in Import()
936 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Export() local
938 if ( pDocHierarchItem ) in Export()
939 aName = pDocHierarchItem->GetValue(); in Export()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx503 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in WriteMedium() local
505 if ( pDocHierarchItem ) in WriteMedium()
506 aName = pDocHierarchItem->GetValue(); in WriteMedium()
H A Dswxml.cxx811 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Read() local
813 if ( pDocHierarchItem ) in Read()
814 StreamPath = pDocHierarchItem->GetValue(); in Read()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx192 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Export() local
194 if ( pDocHierarchItem ) in Export()
195 aName = pDocHierarchItem->GetValue(); in Export()
H A Dmathmlimport.cxx185 const SfxStringItem* pDocHierarchItem = static_cast<const SfxStringItem*>( in Import() local
187 if ( pDocHierarchItem ) in Import()
188 aName = pDocHierarchItem->GetValue(); in Import()

Completed in 63 milliseconds