Home
last modified time | relevance | path

Searched refs:Name (Results 726 – 750 of 2343) sorted by relevance

1...<<21222324252627282930>>...94

/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshow.cxx835 aArguments[0].Name = C2U("RehearseTimings"); in rehearseTimings()
953 aArguments[0].Name = C2U("Preview"); in startPreview()
956 aArguments[1].Name = C2U("FirstPage"); in startPreview()
959 aArguments[2].Name = C2U("AnimationNode"); in startPreview()
966 aArguments[3].Name = C2U("ParentWindow"); in startPreview()
/aoo42x/main/dbaccess/source/core/api/
H A Ddatasettings.cxx117 …_FONTNAME, PropertyAttribute::BOUND,&_pItem->m_aFont.Name, ::getCppuType(&_pItem->m_aFont.Name in registerPropertiesFor()
198 _rDefault <<= aFD.Name; in getPropertyDefaultByHandle()
/aoo42x/main/sc/source/ui/vba/
H A Dvbanames.cxx87 ScVbaNames::Add( const css::uno::Any& Name , in Add() argument
101 if ( Name.hasValue() ) in Add()
102 Name >>= sName; in Add()
/aoo42x/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx511 return _rLHS.Name < _rRHS.Name ? true : false; in operator ()()
523 return _rLHS.Name == m_rCompare ? true : false; in operator ()()
559 …roperty* pAggPropPos = ::std::find_if( pAggProps, pAggPropsEnd, PropertyNameEqual( pProp->Name ) ); in createArrayHelper()
/aoo42x/main/unotools/source/config/
H A Dhistoryoptions.cxx423 seqProperties[s_nOffsetURL ].Name = HISTORY_PROPERTYNAME_URL; in GetList()
424 seqProperties[s_nOffsetFilter ].Name = HISTORY_PROPERTYNAME_FILTER; in GetList()
425 seqProperties[s_nOffsetTitle ].Name = HISTORY_PROPERTYNAME_TITLE; in GetList()
426 seqProperties[s_nOffsetPassword ].Name = HISTORY_PROPERTYNAME_PASSWORD; in GetList()
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java264 public void store(String Name, int OpenMode) throws com.sun.star.uno.Exception in store() argument
275 aCommand.Name = "store"; in store()
280 aNameContainer.insertByHierarchicalName(Name, m_documentDefinition); in store()
425 aCommand.Name = "open"; in loadReportFromDocumentDefinition()
/aoo42x/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx120 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in getExecuteArgs()
308 aInfoSeq[nCount].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Source" )); in addNotifyInfo()
378 aInfo[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )); in notifyTextChanged()
/aoo42x/main/openssl/
H A Dopensslmingw.patch101 ($Name=$name) =~ tr/a-z/A-Z/;
103 $ret.="$target: \$(${Name}OBJ)\n";
107 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
/aoo42x/main/filter/source/msfilter/
H A Dmsoleexp.cxx212 aSeq[0].Name = ::rtl::OUString::createFromAscii( "OutputStream" ); in ExportOLEObject()
215 aSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterName" ) ); in ExportOLEObject()
312 aSeq[0].Name = ::rtl::OUString::createFromAscii( "OutputStream" ); in ExportOLEObject()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbui.src139 < "First Name" ; MM_PART_FIRSTNAME ;> ;
140 < "Last Name" ; MM_PART_LASTNAME ;> ;
141 < "Company Name" ; MM_PART_COMPANY ;> ;
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java801 aCondition[0].Name = "Operator"; in doFormattingSamples()
804 aCondition[1].Name = "Formula1"; in doFormattingSamples()
807 aCondition[2].Name = "StyleName"; in doFormattingSamples()
1196 aSortDesc[0].Name = "SortFields"; in doDatabaseSamples()
1199 aSortDesc[1].Name = "ContainsHeader"; in doDatabaseSamples()
1227 aImportDesc[0].Name = "DatabaseName"; in doDatabaseSamples()
1230 aImportDesc[1].Name = "SourceType"; in doDatabaseSamples()
1233 aImportDesc[2].Name = "SourceObject"; in doDatabaseSamples()
1375 if ( aProperties[nProp].Name.equals( "Name" ) ) in doFunctionAccessSamples()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs780 aCondition[0].Name = "Operator"; in doFormattingSamples()
786 aCondition[1].Name = "Formula1"; in doFormattingSamples()
789 aCondition[2].Name = "StyleName"; in doFormattingSamples()
1252 aSortDesc[0].Name = "SortFields"; in doDatabaseSamples()
1258 aSortDesc[1].Name = "ContainsHeader"; in doDatabaseSamples()
1289 aImportDesc[0].Name = "DatabaseName"; in doDatabaseSamples()
1292 aImportDesc[1].Name = "SourceType"; in doDatabaseSamples()
1298 aImportDesc[2].Name = "SourceObject"; in doDatabaseSamples()
1470 if ( aProperties[nProp].Name.Equals( "Name" ) ) in doFunctionAccessSamples()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx321 rtl::OUString aName = aUIProp[nPropPos].Name; in SetDefaults()
327 if ( aPropertyValue.Name.equalsAscii( "PrintContent" ) ) in SetDefaults()
663 String aPropName(rProp.Name); in lcl_GetRenderDevice()
786 if( rOptions[i].Name.equalsAscii( "IsOnlySelectedSheets" ) ) in FillRenderMarkData()
790 else if( rOptions[i].Name.equalsAscii( "IsIncludeEmptyPages" ) ) in FillRenderMarkData()
794 else if( rOptions[i].Name.equalsAscii( "PageRange" ) ) in FillRenderMarkData()
798 else if( rOptions[i].Name.equalsAscii( "PrintRange" ) ) in FillRenderMarkData()
802 else if( rOptions[i].Name.equalsAscii( "PrintContent" ) ) in FillRenderMarkData()
807 else if( rOptions[i].Name.equalsAscii( "View" ) ) in FillRenderMarkData()
1082 pArray[0].Name = rtl::OUString::createFromAscii( SC_UNONAME_PAGESIZE ); in getRenderer()
[all …]
/aoo42x/main/jurt/util/
H A Dmanifest3 Name: com/sun/star/lib/util/
6 Name: com/sun/star/uno/
/aoo42x/extras/l10n/source/ka/
H A Dlocalize.sdf2308 …რ დააწკაპუნეთ წიგნაკზე, დააწკაპუნეთ "First Name", და შემდეგ click\<emph\> Insert\</emph\>.გაიმეორე…
28486 …noffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.business Name 0 ka ბიზნესი 2…
29144 …enoffice\Office\TableWizard.xcu 0 value ..TableWizard.TableWizard.private Name 0 ka პირადი 20…
29581 …ffice\Office\FormWizard.xcu 0 value ..FormWizard.FormWizard.Styles.style4 Name 0 ka მუქი 2002…
29665 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Layouts.simple Name 0 ka ნიმუში 20…
29673 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style2 Name 0 ka კაშკაშა 2…
29676 …enoffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style5 Name 0 ka ლურჯი 200…
29687 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style16 Name 0 ka წყალი 200…
29688 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style17 Name 0 ka წითელი 20…
29689 …noffice\Office\WebWizard.xcu 0 value ..WebWizard.WebWizard.Styles.style18 Name 0 ka ფერადი 20…
[all …]
/aoo42x/main/python/
H A Dpython-2.7.18-msvs9-no-host-python.patch4 Name="VCLinkerTool"
8 - Name="PythonExe"
H A Dpython-2.7.18-msvs9-python-path.patch6 Name="PythonExe"
11 Name="externalsDir"
/aoo42x/main/svx/source/xoutdev/
H A Dxattr.cxx1143 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
1145 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LineDash" )); in QueryValue()
1242 if ( aPropSeq[n].Name.equalsAsciiL( "Name", 4 )) in PutValue()
1244 else if ( aPropSeq[n].Name.equalsAsciiL( "LineDash", 8 )) in PutValue()
3819 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
3821 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" )); in QueryValue()
3891 if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
4518 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
4520 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillHatch" )); in QueryValue()
4580 if ( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
[all …]
/aoo42x/main/xmerge/source/regutil/
H A Dregutil.dsp1 # Microsoft Developer Studio Project File - Name="regutil" - Package Owner=<4>
81 # Name "regutil - Win32 Release"
82 # Name "regutil - Win32 Debug"
/aoo42x/main/unoxml/test/
H A Ddomtest.cxx133 …tUnknownElement( const ::rtl::OUString& Namespace, const ::rtl::OUString& Name, const uno::Referen… in startUnknownElement()
141 …dUnknownElement( const ::rtl::OUString& Namespace, const ::rtl::OUString& Name ) throw (xml::sax::… in endUnknownElement()
150 …ownChildContext( const ::rtl::OUString& Namespace, const ::rtl::OUString& Name, const uno::Referen… in createUnknownChildContext()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx223 aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ResourceName")); in IMPL_LINK()
227 aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ResourceType")); in IMPL_LINK()
240 aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Parent")); in IMPL_LINK()
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx128 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontHeight.Height" )); in Select()
172 if ( rCurrentFont.Name.getLength() > 0 ) in UpdateFont()
175 _aFontInfo.SetName( rCurrentFont.Name ); in UpdateFont()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx107 m_aSetting.Name = sValue; in DBG_NAME()
153 if ( m_aSetting.Name.getLength() && m_xControl.is() ) in EndElement()
159 m_xControl->setPropertyValue(m_aSetting.Name,m_aSetting.Value); in EndElement()
/aoo42x/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java527 log.println("["+i+"] '" + in[i].Name + "':'" + in[i].Value.toString()+"'"); in checkStreamLoader()
538 …if ((out[i].Name.equals("ReadOnly")) && (out[i].Value.toString().equals("true"))) bReadOnly = true; in checkStreamLoader()
539 log.println("["+i+"] '" + out[i].Name + "':'" + out[i].Value.toString()+"'"); in checkStreamLoader()
/aoo42x/main/comphelper/source/container/
H A DNamedPropertyValuesContainer.cxx55 virtual void SAL_CALL removeByName( const ::rtl::OUString& Name )
116 void SAL_CALL NamedPropertyValuesContainer::removeByName( const ::rtl::OUString& Name ) in removeByName() argument
120 NamedPropertyValues::iterator aIter = maProperties.find( Name ); in removeByName()

Completed in 567 milliseconds

1...<<21222324252627282930>>...94