Home
last modified time | relevance | path

Searched refs:FullName (Results 1 – 25 of 110) sorted by relevance

12345

/AOO42X/main/sc/source/core/tool/
H A Duserlist.cxx209 sDayLong += String( xCal[i].FullName ); in ScUserList()
213 sDayLong += String( xCal[i].FullName ); in ScUserList()
231 sMonthLong += String( xCal[i].FullName ); in ScUserList()
235 sMonthLong += String( xCal[i].FullName ); in ScUserList()
/AOO42X/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs101 if (iface.FullName.StartsWith( "unoidl." )) in getTypes()
133 String name = type.FullName; in getImplementationId()
165 buf.Append( types[ pos ].FullName ); in ToString()
/AOO42X/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs114 Debug.WriteLine( "##### " + GetType().FullName + ".setValues:" + any ); in setValues()
154 Debug.WriteLine( "##### " + GetType().FullName + ".setValues2:" + io_any ); in setValues2()
200 Debug.WriteLine( "##### " + GetType().FullName + ".getValues" ); in getValues()
323 Debug.WriteLine( "##### " + GetType().FullName + ".Any" );
327 Debug.WriteLine( "##### " + GetType().FullName + ".Any:" + value );
H A Dcli_vb_bridgetest.vb488 any.Type.FullName, any2.Type.FullName)
H A Dcli_cpp_bridgetest.cxx281 any.Type->FullName, any2.Type->FullName);
H A Dcli_cs_bridgetest.cs262 any.Type.FullName, any2.Type.FullName); in testAny()
/AOO42X/main/qadevOOo/tests/java/ifc/i18n/
H A D_XLocaleData.java420 good &= (! calendar.Days[i].FullName.equals("") ); in goodCalendar()
428 good &= (! calendar.Months[i].FullName.equals("") ); in goodCalendar()
436 good &= (! calendar.Eras[i].FullName.equals("") ); in goodCalendar()
/AOO42X/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs201 public override string FullName property in uno.PolymorphicType
205 return m_base.FullName;
/AOO42X/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx933 else if (nameType == 1) aStr = aCalendar.Days[idx].FullName; in getDisplayName()
939 else if (nameType == 1) aStr = aCalendar.Months[idx].FullName; in getDisplayName()
945 else if (nameType == 1) aStr = aCalendar.Eras[idx].FullName; in getDisplayName()
/AOO42X/main/sw/source/ui/uiview/
H A Dview.cxx1139 String FullName = SW_MOD()->GetUserOptions().GetFullName(); in lcl_IsOwnDocument() local
1140 return (FullName.Len() && in lcl_IsOwnDocument()
1141 (Changed.Len() && Changed == FullName )) || in lcl_IsOwnDocument()
1142 (!Changed.Len() && Created.Len() && Created == FullName ); in lcl_IsOwnDocument()
/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dafm_keyword_list28 FullName,FULLNAME
/AOO42X/main/oovbaapi/ooo/vba/
H A DXDocumentBase.idl45 [attribute, readonly] string FullName;
/AOO42X/main/testtools/source/performance/
H A Dcli_testobj_performance.cs105 Console.WriteLine( "#### " + GetType().FullName + ".setSequence:" + seq ); in setSequence()
/AOO42X/main/offapi/com/sun/star/i18n/
H A DCalendarItem.idl51 string FullName; };
/AOO42X/main/offapi/com/sun/star/text/textfield/
H A DAuthor.idl62 [optional, property]boolean FullName;
/AOO42X/main/basic/source/runtime/
H A Dmethods1.cxx1806 ::rtl::OUString aRetStr = ( bAbbreviate ? rItem.AbbrevName : rItem.FullName ); in RTLFUNC()
1864 ::rtl::OUString aRetStr = ( bAbbreviate ? rItem.AbbrevName : rItem.FullName ); in RTLFUNC()
/AOO42X/main/svl/source/numbers/
H A Dzforfind.cxx2432 pUpperMonthText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
2443 pUpperDayText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
/AOO42X/main/sc/source/ui/docshell/
H A Dimpex.cxx1021 if ( rTransliteration.isEqual( aMStr, xMonths[i].FullName ) || in lcl_PutString()
1039 if ( pSecondTransliteration->isEqual( aMStr, xMonths[i].FullName ) || in lcl_PutString()
/AOO42X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx204 m_listIfaces->get_Item(m_numUnoIfaces - 1))->m_type->FullName; in addUnoInterface()
/AOO42X/main/helpcontent2/helpers/
H A Dlongnames_commands.csv916 SID_DOCFULLNAME,.uno:FullName
1553 SID_PROGFILENAME,.uno:FullName
H A Duno_hid.lst914 SID_DOCFULLNAME,5581,.uno:FullName
1548 SID_PROGFILENAME,5342,.uno:FullName
/AOO42X/main/editeng/source/editeng/
H A Dediteng.cxx1202 const ::rtl::OUString& rDay = pArr[n].FullName; in PostKeyEvent()
1217 const ::rtl::OUString& rMon = pMonthArr[n].FullName; in PostKeyEvent()
/AOO42X/main/svtools/workben/
H A Dsvdem.cxx600 … aWeekStartMenu.InsertItem( 10+(sal_uInt16)i, pArr[i].FullName, MIB_AUTOCHECK | MIB_RADIOCHECK ); in MyCalendar()
/AOO42X/main/padmin/source/
H A Dpadialog.src536 Text [ en-US ] = "The metric does not contain a 'FullName' entry." ;
/AOO42X/main/cli_ure/qa/climaker/
H A Dclimaker.cs1041 l.assure( e.Message.IndexOf(t.FullName) != -1); in testSingletons()

12345