Searched refs:aFieldKind (Results 1 – 2 of 2) sorted by relevance
2178 String aFieldKind( aXTextField->getPresentation( sal_True ) ); in ImplGetTextField() local2179 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 …]
802 String aFieldKind( rXTextField->getPresentation( TRUE ) ); in GetFieldType() local803 DBG(printf ("field kind: %s\n", ST(aFieldKind) )); in GetFieldType()804 if( aFieldKind == S( "Page" ) ) { in GetFieldType()