Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx64 mpOldInfo = pInfo; in XMLFilterTabDialog()
65 mpNewInfo = new filter_info_impl( *mpOldInfo ); in XMLFilterTabDialog()
135 …if( (mpNewInfo->maFilterName.getLength() == 0) || (mpNewInfo->maFilterName != mpOldInfo->maFilterN… in onOk()
140 mpNewInfo->maFilterName = mpOldInfo->maFilterName; in onOk()
167 …if( (mpNewInfo->maInterfaceName.getLength() == 0) || (mpNewInfo->maInterfaceName != mpOldInfo->maI… in onOk()
172 mpNewInfo->maInterfaceName = mpOldInfo->maInterfaceName; in onOk()
227 if( (mpNewInfo->maDTD != mpOldInfo->maDTD) && isFileURL( mpNewInfo->maDTD ) ) in onOk()
243 if( (mpNewInfo->maExportXSLT != mpOldInfo->maExportXSLT) && isFileURL( mpNewInfo->maExportXSLT ) ) in onOk()
259 if( (mpNewInfo->maImportXSLT != mpOldInfo->maImportXSLT) && isFileURL( mpNewInfo->maImportXSLT ) ) in onOk()
283 …if( (mpNewInfo->maImportTemplate != mpOldInfo->maImportTemplate) && isFileURL( mpNewInfo->maImport… in onOk()
H A Dxmlfiltertabdialog.hxx58 const filter_info_impl* mpOldInfo; member in XMLFilterTabDialog

Completed in 29 milliseconds