Home
last modified time | relevance | path

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

12345

/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs201 public override string FullName property in uno.PolymorphicType
205 return m_base.FullName;
/aoo4110/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()
/aoo4110/main/sw/source/ui/uiview/
H A Dview.cxx1147 String FullName = SW_MOD()->GetUserOptions().GetFullName(); in lcl_IsOwnDocument() local
1148 return (FullName.Len() && in lcl_IsOwnDocument()
1149 (Changed.Len() && Changed == FullName )) || in lcl_IsOwnDocument()
1150 (!Changed.Len() && Created.Len() && Created == FullName ); in lcl_IsOwnDocument()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dafm_keyword_list28 FullName,FULLNAME
/aoo4110/main/oovbaapi/ooo/vba/
H A DXDocumentBase.idl45 [attribute, readonly] string FullName;
/aoo4110/main/testtools/source/performance/
H A Dcli_testobj_performance.cs105 Console.WriteLine( "#### " + GetType().FullName + ".setSequence:" + seq ); in setSequence()
/aoo4110/main/offapi/com/sun/star/i18n/
H A DCalendarItem.idl51 string FullName; };
/aoo4110/main/offapi/com/sun/star/text/textfield/
H A DAuthor.idl62 [optional, property]boolean FullName;
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DTestCalc_Rangetest2.log19 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DTestCalc_Rangetest2.log19 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DTestCalc_Rangetest2.log20 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DTestCalc_Rangetest2.log20 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DTestCalc_Rangetest2.log20 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DTestCalc_Rangetest2.log20 ITEM Assertion OK : ActiveWorkbook.FullName und ActiveWorkbook.Path
/aoo4110/main/svl/source/numbers/
H A Dzforfind.cxx2427 pUpperMonthText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
2438 pUpperDayText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx204 m_listIfaces->get_Item(m_numUnoIfaces - 1))->m_type->FullName; in addUnoInterface()

Completed in 163 milliseconds

12345