Home
last modified time | relevance | path

Searched refs:Name (Results 401 – 425 of 2336) sorted by relevance

1...<<11121314151617181920>>...94

/aoo41x/main/scp2/source/gnome/
H A Dfile_gnome.scp30 Name = STRING(CONCAT2(ucpgio1.uno,UNXSUFFIX));
39 Name = STRING(CONCAT2(ucpgvfs1.uno,UNXSUFFIX));
48 Name = "gnome.xcd";
57 Name = STRING(CONCAT2(gconfbe1.uno,UNXSUFFIX));
/aoo41x/main/qadevOOo/tests/java/ifc/document/
H A D_XViewDataSupplier.java82 newProps[j].Name = oldProps[j].Name; in setViewID()
85 if (oldProps[j].Name.equals("ViewId")) { in setViewID()
107 if (oldProps[j].Name.equals("ViewId")) { in getViewID()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3975 if( pProps[n].Name.equalsAscii( "FamilyName" ) ) in readOverrideMetrics()
3979 else if( pProps[n].Name.equalsAscii( "PSName" ) ) in readOverrideMetrics()
3985 else if( pProps[n].Name.equalsAscii( "Italic" ) ) in readOverrideMetrics()
3987 else if( pProps[n].Name.equalsAscii( "Width" ) ) in readOverrideMetrics()
3989 else if( pProps[n].Name.equalsAscii( "Weight" ) ) in readOverrideMetrics()
3991 else if( pProps[n].Name.equalsAscii( "Pitch" ) ) in readOverrideMetrics()
4011 else if( pProps[n].Name.equalsAscii( "XMin" ) ) in readOverrideMetrics()
4013 else if( pProps[n].Name.equalsAscii( "YMin" ) ) in readOverrideMetrics()
4015 else if( pProps[n].Name.equalsAscii( "XMax" ) ) in readOverrideMetrics()
4017 else if( pProps[n].Name.equalsAscii( "YMax" ) ) in readOverrideMetrics()
[all …]
/aoo41x/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx261 if ( rProp.Name.equalsAscii( SC_UNONAME_OPERATOR ) ) in addNew()
267 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA1 ) ) in addNew()
279 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULA2 ) ) in addNew()
291 else if ( rProp.Name.equalsAscii( SC_UNONAME_SOURCEPOS ) ) in addNew()
297 else if ( rProp.Name.equalsAscii( SC_UNONAME_SOURCESTR ) ) in addNew()
303 else if ( rProp.Name.equalsAscii( SC_UNONAME_STYLENAME ) ) in addNew()
310 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULANMSP1 ) ) in addNew()
316 else if ( rProp.Name.equalsAscii( SC_UNONAME_FORMULANMSP2 ) ) in addNew()
322 else if ( rProp.Name.equalsAscii( SC_UNONAME_GRAMMAR1 ) ) in addNew()
328 else if ( rProp.Name.equalsAscii( SC_UNONAME_GRAMMAR2 ) ) in addNew()
/aoo41x/main/framework/source/services/
H A Dpathsettings.cxx527 if (rProp.Name.equals(sOldStyleProp)) in impl_mapPathName2IDList()
530 if (rProp.Name.equals(sInternalProp)) in impl_mapPathName2IDList()
533 if (rProp.Name.equals(sUserProp)) in impl_mapPathName2IDList()
536 if (rProp.Name.equals(sWriteProp)) in impl_mapPathName2IDList()
758 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
767 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHES; in impl_rebuildPropertyDescriptor()
775 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHES; in impl_rebuildPropertyDescriptor()
784 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
1015 ::rtl::OUString sProp = impl_extractBaseFromPropName(rProp.Name); in impl_getPathAccess()
1035 ::rtl::OUString sProp = impl_extractBaseFromPropName(rProp.Name); in impl_getPathAccessConst()
/aoo41x/main/cppuhelper/source/
H A Dpropshlp.cxx67 return ((OUString *)arg1)->compareTo( ((Property *)arg2)->Name ); in compare_OUString_Property_Impl()
1090 return ((Property *)arg1)->Name.compareTo( ((Property *)arg2)->Name ); in compare_Property_Impl()
1102 if( pProperties[i-1].Name >= pProperties[i].Name ) in init()
1167 *pPropName = pProperties[ nHandle ].Name; in fillPropertyMembersByHandle()
1180 *pPropName = pProperties[ i ].Name; in fillPropertyMembersByHandle()
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1297 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()
/aoo41x/main/xmloff/source/text/
H A DXMLIndexTabStopEntryContext.cxx139 pValues[nNextEntry].Name = rTemplateContext.sTabStopRightAligned; in FillPropertyValues()
147 pValues[nNextEntry].Name = rTemplateContext.sTabStopPosition; in FillPropertyValues()
155 pValues[nNextEntry].Name = rTemplateContext.sTabStopFillCharacter; in FillPropertyValues()
161 pValues[nNextEntry].Name = in FillPropertyValues()
/aoo41x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackColor.java76 aStoreProperties_odt[0].Name = "Override"; in testParagraphBackColorSetting()
78 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphBackColorSetting()
86 aStoreProperties_doc[0].Name = "Override"; in testParagraphBackColorSetting()
88 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphBackColorSetting()
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterBackColor.java69 aStoreProperties_odt[0].Name = "Override"; in testCharacterBackColorSetting()
71 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterBackColorSetting()
79 aStoreProperties_doc[0].Name = "Override"; in testCharacterBackColorSetting()
81 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterBackColorSetting()
H A DCharacterBlink.java77 aStoreProperties_odt[0].Name = "Override"; in testCharacterBlinkSetting()
79 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterBlinkSetting()
87 aStoreProperties_doc[0].Name = "Override"; in testCharacterBlinkSetting()
89 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterBlinkSetting()
H A DCharacterColor.java77 aStoreProperties_odt[0].Name = "Override"; in testCharacterColorSetting()
79 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterColorSetting()
87 aStoreProperties_doc[0].Name = "Override"; in testCharacterColorSetting()
89 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterColorSetting()
H A DCharacterHidden.java77 aStoreProperties_odt[0].Name = "Override"; in testCharacterHiddenSetting()
79 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterHiddenSetting()
87 aStoreProperties_doc[0].Name = "Override"; in testCharacterHiddenSetting()
89 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterHiddenSetting()
H A DCharacterOutline.java77 aStoreProperties_odt[0].Name = "Override"; in testCharacterOutlineSetting()
79 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterOutlineSetting()
87 aStoreProperties_doc[0].Name = "Override"; in testCharacterOutlineSetting()
89 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterOutlineSetting()
H A DCharacterShadow.java77 aStoreProperties_odt[0].Name = "Override"; in testCharacterShadowSetting()
79 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterShadowSetting()
87 aStoreProperties_doc[0].Name = "Override"; in testCharacterShadowSetting()
89 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterShadowSetting()
H A DCharacterSize.java69 aStoreProperties_odt[0].Name = "Override"; in testCharacterSizeSetting()
71 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSizeSetting()
79 aStoreProperties_doc[0].Name = "Override"; in testCharacterSizeSetting()
81 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSizeSetting()
/aoo41x/main/scp2/source/math/
H A Dfile_math.scp31 Name = "w3c_ipr_software_notice.html";
46 Name = "math.xcd";
59 Name = EXENAME(smath);
74 Name = "/uiconfig/smath/menubar/menubar.xml";
/aoo41x/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx77 return x.aProperty.Name.equals(m_rCompare); in operator ()()
214 …OSL_ENSURE(checkConflicts->aProperty.Name != _rProp.aProperty.Name, "OPropertyContainerHelper::imp… in implPushBackProperty()
234 aErrorMessage.append( _rProperty.aProperty.Name ); in lcl_throwIllegalPropertyValueTypeException()
520 pOwnProps->Name = aLoop->aProperty.Name; in describeProperties()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx86 if ( !pBegin->Name.compareToAscii("Timeout") ) in Construct()
88 else if(!pBegin->Name.compareToAscii("user")) in Construct()
90 else if(!pBegin->Name.compareToAscii("password")) in Construct()
92 else if(!pBegin->Name.compareToAscii("HostName")) in Construct()
94 else if(0 == pBegin->Name.compareToAscii("CharSet")) in Construct()
/aoo41x/main/xmloff/source/forms/
H A Deventimport.cxx80 if ((0 == pEventDescription->Name.compareToAscii(EVENT_LOCALMACRONAME)) || in EndElement()
81 (0 == pEventDescription->Name.compareToAscii(EVENT_SCRIPTURL))) in EndElement()
83 else if (0 == pEventDescription->Name.compareToAscii(EVENT_TYPE)) in EndElement()
85 else if ( 0 == pEventDescription->Name.compareToAscii( EVENT_LIBRARY ) ) in EndElement()
/aoo41x/main/svx/source/items/
H A Dviewlayoutitem.cxx118 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VIEWLAYOUT_PARAM_COLUMNS )); in QueryValue()
120 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VIEWLAYOUT_PARAM_BOOKMODE )); in QueryValue()
153 if ( aSeq[i].Name.equalsAscii( VIEWLAYOUT_PARAM_COLUMNS )) in PutValue()
158 else if ( aSeq[i].Name.equalsAscii( VIEWLAYOUT_PARAM_BOOKMODE )) in PutValue()
/aoo41x/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1856 AfprName Dies ist der Name der Datei.
1882 AfprName Dies ist der Name der Datei.
1956 AfprName ist der Name des Makros.
2210 AfprPath Der Name der Datei.
2225 Der Name der Datei wird zur�ckgeliefert.
2294 AfprName ist der Name des Makros.
2428 AfprName Ist der Name des Makros.
2451 AfprName Ist der Name des Makros.
2466 Der Name des Makros wird umbenannt. Existiert der neue Name schon, oder ist der neue Name ein
2471 AfprName Der Name des Makros.
[all …]
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx477 if ( rPropVal.Name.equals( sPosition ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
482 else if ( rPropVal.Name.equals( sMirroredX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
491 else if ( rPropVal.Name.equals( sMirroredY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
500 else if ( rPropVal.Name.equals( sSwitched ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
509 else if ( rPropVal.Name.equals( sPolar ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
528 else if ( rPropVal.Name.equals( sRefX ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
533 else if ( rPropVal.Name.equals( sRefY ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
538 else if ( rPropVal.Name.equals( sRefAngle ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
543 else if ( rPropVal.Name.equals( sRefR ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1334 aPropVal.Name = sAdjustmentValues; in SetHandleControllerPosition()
[all …]
/aoo41x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx612 { return x.Name < y.Name ? true : false; } // construct prevents a MSVC6 warning in operator ()()
661 if (0 == pAdditionalInfo->Name.compareToAscii("JDBCDRV")) in translateProperties()
664 aCompatibility.Name = ::rtl::OUString::createFromAscii("JavaDriverClass"); in translateProperties()
680 aSearchFor.Name = aIndirect->second; in translateProperties()
810 aSearchFor.Name = pInfo->Name; in fillDatasourceInfo()
818 else if (0 == pInfo->Name.compareToAscii("JDBCDRV")) in fillDatasourceInfo()
823 aPreservedSettings[i] = pInfo->Name; in fillDatasourceInfo()
872 ::rtl::OUString sLookAtIt = pWhatsLeft->Name; in fillDatasourceInfo()
899 if ( aLoop->Name == INFO_CHARSET ) in fillDatasourceInfo()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx538 const rtl::OUString& Name, in addProperty() argument
558 if ( getPropertySetInfo( xEnv )->hasPropertyByName( Name ) ) in addProperty()
591 xContainer->addProperty( Name, Attributes, DefaultValue ); in addProperty()
626 Name, in addProperty()
637 void SAL_CALL ContentImplHelper::removeProperty( const rtl::OUString& Name ) in removeProperty() argument
652 = getPropertySetInfo( xEnv )->getPropertyByName( Name ); in removeProperty()
686 xContainer->removeProperty( Name ); in removeProperty()
731 Name, in removeProperty()
/aoo41x/main/toolkit/inc/layout/
H A Dlayout.hxx575 #define DECL_MESSAGE_BOX_CTORS(Name)\ argument
577 Name##Box (::Window *parent, char const* message,\
580 Name##Box (::Window *parent, rtl::OUString const& message,\
585 Name##Box (::Window *parent, WinBits, char const* message,\
588 Name##Box (::Window *parent, WinBits, rtl::OUString const& message,\
618 #define CLASS_MESSAGE_BOX(Name)\ argument
619 class TOOLKIT_DLLPUBLIC Name##Box : public MessageBox\
621 DECL_MESSAGE_BOX_CTORS (Name);\

Completed in 185 milliseconds

1...<<11121314151617181920>>...94