Home
last modified time | relevance | path

Searched refs:aDocProperty (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbafield.cxx424 OUString aDocProperty; in Create_Field_DocProperty() local
432 if( aDocProperty.isEmpty() ) in Create_Field_DocProperty()
433 aDocProperty = aReadParam.GetResult(); in Create_Field_DocProperty()
441 aDocProperty = aDocProperty.replaceAll("\"", ""); in Create_Field_DocProperty()
442 …sw.vba", "SwVbaFields::Create_Field_DocProperty, the document property name is " << aDocProperty ); in Create_Field_DocProperty()
443 if( aDocProperty.isEmpty() ) in Create_Field_DocProperty()
453 if( aDocProperty.equalsIgnoreAsciiCaseAscii( pTable->sDocPropertyName ) ) in Create_Field_DocProperty()
476 xProps->setPropertyValue("Name", uno::makeAny( aDocProperty ) ); in Create_Field_DocProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbafield.cxx414 OUString aDocProperty; in Create_Field_DocProperty() local
422 if( aDocProperty.isEmpty() ) in Create_Field_DocProperty()
423 aDocProperty = aReadParam.GetResult(); in Create_Field_DocProperty()
431 aDocProperty = aDocProperty.replaceAll("\"", ""); in Create_Field_DocProperty()
432 …sw.vba", "SwVbaFields::Create_Field_DocProperty, the document property name is " << aDocProperty ); in Create_Field_DocProperty()
433 if( aDocProperty.isEmpty() ) in Create_Field_DocProperty()
443 if( aDocProperty.equalsIgnoreAsciiCaseAscii( pTable->sDocPropertyName ) ) in Create_Field_DocProperty()
466 xProps->setPropertyValue("Name", uno::makeAny( aDocProperty ) ); in Create_Field_DocProperty()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par5.cxx1536 OUString aDocProperty; in Read_F_DocInfo() local
1546 if( aDocProperty.isEmpty() ) in Read_F_DocInfo()
1547 aDocProperty = aReadParam.GetResult(); in Read_F_DocInfo()
1556 aDocProperty = aDocProperty.replaceAll("\"", ""); in Read_F_DocInfo()
1631 … if( aDocProperty == OUString( aNameSet_26[nFIdx][nLIdx], strlen(aNameSet_26[nFIdx][nLIdx]), in Read_F_DocInfo()
1643 …eldsAccess().GetSysFieldType( SwFieldIds::DocInfo )), DI_CUSTOM|nReg, aDocProperty, GetFieldResult… in Read_F_DocInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par5.cxx1548 OUString aDocProperty; in Read_F_DocInfo() local
1558 if( aDocProperty.isEmpty() ) in Read_F_DocInfo()
1559 aDocProperty = aReadParam.GetResult(); in Read_F_DocInfo()
1568 aDocProperty = aDocProperty.replaceAll("\"", ""); in Read_F_DocInfo()
1643 … if( aDocProperty == OUString( aNameSet_26[nFIdx][nLIdx], strlen(aNameSet_26[nFIdx][nLIdx]), in Read_F_DocInfo()
1655 …eldsAccess().GetSysFieldType( SwFieldIds::DocInfo )), DI_CUSTOM|nReg, aDocProperty, GetFieldResult… in Read_F_DocInfo()