Home
last modified time | relevance | path

Searched refs:aFieldType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunofield.cxx1127 OUString aFieldType( ServiceSpecifier.copy( aTextFieldPrexit.getLength() ) ); in SvxUnoTextCreateTextField() local
1131 if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DateTime") ) ) in SvxUnoTextCreateTextField()
1135 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("URL") ) ) in SvxUnoTextCreateTextField()
1139 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("PageNumber") ) ) in SvxUnoTextCreateTextField()
1143 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("PageCount") ) ) in SvxUnoTextCreateTextField()
1147 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("SheetName") ) ) in SvxUnoTextCreateTextField()
1151 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("FileName") ) ) in SvxUnoTextCreateTextField()
1155 else if (aFieldType.equalsAsciiL( in SvxUnoTextCreateTextField()
1157 aFieldType.equalsAsciiL( in SvxUnoTextCreateTextField()
1162 else if( aFieldType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Author") ) ) in SvxUnoTextCreateTextField()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx812 ::rtl::OUString aFieldType; in PostExecuteColumnContextMenu()
832 aFieldType = FM_COL_TEXTFIELD; in PostExecuteColumnContextMenu()
837 aFieldType = FM_COL_COMBOBOX; in PostExecuteColumnContextMenu()
842 aFieldType = FM_COL_LISTBOX; in PostExecuteColumnContextMenu()
847 aFieldType = FM_COL_CHECKBOX; in PostExecuteColumnContextMenu()
852 aFieldType = FM_COL_DATEFIELD; in PostExecuteColumnContextMenu()
857 aFieldType = FM_COL_TIMEFIELD; in PostExecuteColumnContextMenu()
862 aFieldType = FM_COL_NUMERICFIELD; in PostExecuteColumnContextMenu()
867 aFieldType = FM_COL_CURRENCYFIELD; in PostExecuteColumnContextMenu()
872 aFieldType = FM_COL_PATTERNFIELD; in PostExecuteColumnContextMenu()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx126 TypeId aFieldType; member in ScUnoEditEngine
152 aFieldType( NULL ), in ScUnoEditEngine()
177 if ( !aFieldType || pFieldData->Type() == aFieldType ) in CalcFieldValue()
201 aFieldType = aType; in CountFields()
204 aFieldType = NULL; in CountFields()
214 aFieldType = aType; in FindByIndex()
217 aFieldType = NULL; in FindByIndex()
228 aFieldType = aType; in FindByPos()
231 aFieldType = NULL; in FindByPos()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx789 String aFieldType; in GetFieldType() local
792 aFieldType = String( *(::rtl::OUString*)mAny.getValue() ); in GetFieldType()
793 DBG(printf ("field type: %s\n", ST(aFieldType) )); in GetFieldType()
796 if( aFieldType == S( "TextField" ) ) { in GetFieldType()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2397 Type aFieldType( xPropType->getTypeClass(), xPropType->getName() ); in implInspect() local
2398 rProp.Type = aFieldType; in implInspect()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1542 beans::PropertyValue aFieldType; in getCharacterAttributes() local

Completed in 71 milliseconds