Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx2178 String aFieldKind( aXTextField->getPresentation( sal_True ) ); in ImplGetTextField() local
2179 if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "Date" ) ) ) in ImplGetTextField()
2207 else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ) ) in ImplGetTextField()
2213 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "Page" ) ) ) in ImplGetTextField()
2217 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "Pages" ) ) ) in ImplGetTextField()
2221 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "Time" ) ) ) in ImplGetTextField()
2237 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "File" ) ) ) in ImplGetTextField()
2241 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "Table" ) ) ) in ImplGetTextField()
2245 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "ExtTime" ) ) ) in ImplGetTextField()
2273 … else if ( aFieldKind == String( RTL_CONSTASCII_USTRINGPARAM( "ExtFile" ) ) ) in ImplGetTextField()
[all …]
/AOO41X/main/oox/source/export/
H A Ddrawingml.cxx802 String aFieldKind( rXTextField->getPresentation( TRUE ) ); in GetFieldType() local
803 DBG(printf ("field kind: %s\n", ST(aFieldKind) )); in GetFieldType()
804 if( aFieldKind == S( "Page" ) ) { in GetFieldType()