Lines Matching refs:pOldValue
2319 const com::sun::star::beans::PropertyValue * pOldValue = lDescriptor.getConstArray(); in InsertFrom() local
2329 pNewValue[i] = pOldValue[i]; in InsertFrom()
2330 if ( pOldValue [i].Name == sInputStream ) in InsertFrom()
2332 … else if ( pOldValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "DocumentBaseURL" ) ) ) in InsertFrom()
2417 const com::sun::star::beans::PropertyValue * pOldValue = lDescriptor.getConstArray(); in ImportFrom() local
2427 pNewValue[i] = pOldValue[i]; in ImportFrom()
2428 if ( pOldValue [i].Name == sInputStream ) in ImportFrom()
2430 … else if ( pOldValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "DocumentBaseURL" ) ) ) in ImportFrom()
2529 const com::sun::star::beans::PropertyValue * pOldValue = aOldArgs.getConstArray(); in ExportTo() local
2544 pNewValue[i] = pOldValue[i]; in ExportTo()
2545 if ( pOldValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "FileName" ) ) ) in ExportTo()
2547 else if ( pOldValue[i].Name == sOutputStream ) in ExportTo()
2549 else if ( pOldValue[i].Name == sStream ) in ExportTo()
2551 … else if ( pOldValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "DocumentBaseURL" ) ) ) in ExportTo()