Home
last modified time | relevance | path

Searched refs:Name (Results 26 – 50 of 2215) sorted by relevance

12345678910>>...89

/trunk/main/basic/source/classes/
H A Dpropacc.cxx58 return ((PropertyValue*)arg1)->Name.compareTo( ((PropertyValue*)arg2)->Name ); in SbCompare_PropertyValues_Impl()
65 return pArg1->compareTo( (*pArg2)->Name ); in SbCompare_UString_PropertyValue_Impl()
70 return ((Property*)arg1)->Name.compareTo( ((Property*)arg2)->Name ); in SbCompare_Properties_Impl()
77 return pArg1->compareTo( pArg2->Name ); in SbCompare_UString_Property_Impl()
275 rProp.Name = rPropVal.Name; in SbPropertySetInfo()
298 return aImpl.getPropertyByName( Name ); in getPropertyByName()
304 return aImpl.hasPropertyByName( Name ); in hasPropertyByName()
327 (void)Name; in addProperty()
336 (void)Name; in removeProperty()
349 return aImpl.getPropertyByName( Name ); in getPropertyByName()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx226 UnicodeToAnsiString(Name).c_str(), in GetValue()
276 UnicodeToAnsiString(Name).c_str(), in GetValue()
367 RegistryKey regkey(new RegistryKeyImplWin9x(m_hSubKey, Name)); in OpenSubKey()
393 UnicodeToAnsiString(Name).c_str(), in CreateSubKey()
409 return RegistryKey(new RegistryKeyImplWin9x(hRoot, hKey, Name)); in CreateSubKey()
422 void RegistryKeyImplWin9x::DeleteSubKey(const std::wstring& Name) in DeleteSubKey() argument
426 assert(HasSubKey(Name)); in DeleteSubKey()
428 RegistryKey SubKey = OpenSubKey(Name); in DeleteSubKey()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue() argument
483 assert(HasValue(Name)); in DeleteValue()
[all …]
H A Dregistry.cxx135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue()
140 StringList::iterator iter = std::find(names->begin(), iter_end, Name); in HasValue()
147 CompareNamesCaseInsensitive(const std::wstring& Name) : in CompareNamesCaseInsensitive()
148 name_(Name) in CompareNamesCaseInsensitive()
168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey()
207 assert(RegistryKey->HasValue(Name)); in CopyValue()
209 SetValue((const RegistryValue&)(RegistryKey->GetValue(Name))); in CopyValue()
211 SetValue(RegistryKey->GetValue(Name)); in CopyValue()
213 assert(HasValue(Name)); in CopyValue()
231 assert(RegistryKey->HasValue(Name)); in CopyValue()
[all …]
/trunk/main/scp2/source/javafilter/
H A Dregistryitem_javafilter.scp67 Name = "Description";
75 Name = "Import";
135 Name = "Export";
195 Name = "Export";
255 Name = "Import";
271 Name = "Classpath";
279 Name = "Classpath";
287 Name = "Java";
295 Name = "Java";
303 Name = "JavaInit";
[all …]
/trunk/main/svl/inc/svl/
H A Dhint.hxx39 #define DECL_PTRHINT(Visibility, Name, Type) \ argument
40 class Visibility Name: public SfxHint \
48 ~Name(); \
54 #define IMPL_PTRHINT_AUTODELETE(Name, Type) \ argument
55 TYPEINIT1(Name, SfxHint); \
56 Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \
58 Name::~Name() { if ( bIsOwner ) delete pObj; }
60 #define IMPL_PTRHINT(Name, Type) \ argument
61 TYPEINIT1(Name, SfxHint); \
62 Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \
[all …]
/trunk/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp58 Name = "AppID";
157 Name = "Path";
172 Name = "Path";
180 Name = "DisplayName";
204 Name = "HelpLink";
212 Name = "ModifyPath";
220 Name = "Publisher";
252 Name = "Path";
410 Name = "Extension";
481 Name = "Extension";
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XNameContainer.java68 String Name = "XNameContainer"; field in _XNameContainer
101 Name += Index ; in _insertByName()
118 oObj.insertByName(Name, oInstance); in _insertByName()
126 result &= oObj.hasByName(Name) ; in _insertByName()
127 log.println("insertByName(\""+Name+"\")...OK"); in _insertByName()
147 oObj.insertByName(Name, oInstance); in _insertByName()
200 oObj.removeByName(Name); in _removeByName()
211 log.println("remove " + Name); in _removeByName()
217 oObj.removeByName(Name); in _removeByName()
225 + Name) ; in _removeByName()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java79 aStoreProperties_odt[0].Name = "Override"; in InsertPage_BeforeBreak_Split_KeepTogether()
81 aStoreProperties_odt[1].Name = "FilterName"; in InsertPage_BeforeBreak_Split_KeepTogether()
89 aStoreProperties_doc[0].Name = "Override"; in InsertPage_BeforeBreak_Split_KeepTogether()
91 aStoreProperties_doc[1].Name = "FilterName"; in InsertPage_BeforeBreak_Split_KeepTogether()
139 aStoreProperties_odt[0].Name = "Override"; in InsertPage_AfterBreak()
149 aStoreProperties_doc[0].Name = "Override"; in InsertPage_AfterBreak()
194 aStoreProperties_odt[0].Name = "Override"; in InsertColumn_BeforeBreak()
204 aStoreProperties_doc[0].Name = "Override"; in InsertColumn_BeforeBreak()
249 aStoreProperties_odt[0].Name = "Override"; in InsertColumn_AfterBreak()
259 aStoreProperties_doc[0].Name = "Override"; in InsertColumn_AfterBreak()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleManager.java187 xFrameSeq[0].Name = "com.sun.star.text.TextDocument"; in createTestEnvironment()
190 xFrameSeq[1].Name = "com.sun.star.text.WebDocument"; in createTestEnvironment()
193 xFrameSeq[2].Name = "com.sun.star.text.GlobalDocument"; in createTestEnvironment()
199 xFrameSeq[4].Name = "com.sun.star.drawing.DrawingDocument"; in createTestEnvironment()
210 xControllerSeq[0].Name = "com.sun.star.text.TextDocument"; in createTestEnvironment()
213 xControllerSeq[1].Name = "com.sun.star.text.WebDocument"; in createTestEnvironment()
216 xControllerSeq[2].Name = "com.sun.star.text.GlobalDocument"; in createTestEnvironment()
233 xModelSeq[0].Name = "com.sun.star.text.TextDocument"; in createTestEnvironment()
236 xModelSeq[1].Name = "com.sun.star.text.WebDocument"; in createTestEnvironment()
239 xModelSeq[2].Name = "com.sun.star.text.GlobalDocument"; in createTestEnvironment()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlDataSource.cxx104 aProperty.Name = ::rtl::OUString(); in DBG_NAME()
131 aProperty.Name = INFO_JDBCDRIVERCLASS; in DBG_NAME()
134 aProperty.Name = INFO_TEXTFILEEXTENSION; in DBG_NAME()
137 aProperty.Name = INFO_TEXTFILEHEADER; in DBG_NAME()
141 aProperty.Name = INFO_SHOWDELETEDROWS; in DBG_NAME()
150 aProperty.Name = INFO_ADDITIONALOPTIONS; in DBG_NAME()
157 aProperty.Name = INFO_APPEND_TABLE_ALIAS; in DBG_NAME()
167 aProperty.Name = INFO_IGNOREDRIVER_PRIV; in DBG_NAME()
182 aProperty.Name = INFO_USECATALOG; in DBG_NAME()
186 aProperty.Name = INFO_CONN_LDAP_BASEDN; in DBG_NAME()
[all …]
H A DxmlDataSourceInfo.cxx89 aProperty.Name = ::rtl::OUString(); in DBG_NAME()
96 aProperty.Name = PROPERTY_AUTOINCREMENTCREATION; in DBG_NAME()
100 aProperty.Name = INFO_AUTORETRIEVEVALUE; in DBG_NAME()
104 aProperty.Name = INFO_TEXTDELIMITER; in DBG_NAME()
107 aProperty.Name = INFO_FIELDDELIMITER; in DBG_NAME()
111 aProperty.Name = INFO_DECIMALDELIMITER; in DBG_NAME()
114 aProperty.Name = INFO_THOUSANDSDELIMITER; in DBG_NAME()
118 aProperty.Name = INFO_CHARSET; in DBG_NAME()
122 if ( aProperty.Name.getLength() ) in DBG_NAME()
130 aProperty.Name = INFO_AUTORETRIEVEENABLED; in DBG_NAME()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphLineSpacing.java82 aStoreProperties_odt[0].Name = "Override"; in testParagraphLineSpacingFix()
84 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphLineSpacingFix()
92 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingFix()
94 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingFix()
141 aStoreProperties_odt[0].Name = "Override"; in testParagraphLineSpacingLeading()
151 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingLeading()
202 aStoreProperties_odt[0].Name = "Override"; in testParagraphLineSpacingMinimum()
212 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingMinimum()
263 aStoreProperties_odt[0].Name = "Override"; in testParagraphLineSpacingProp()
273 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingProp()
[all …]
H A DParagraphNumberingAndBullet_CharacterBullet.java81 propsRule[0].Name = "NumberingType"; in testNumberingAndBullet_CharacterBullet1()
83 propsRule[1].Name = "BulletId"; in testNumberingAndBullet_CharacterBullet1()
94 aStoreProperties_odt[0].Name = "Override"; in testNumberingAndBullet_CharacterBullet1()
96 aStoreProperties_odt[1].Name = "FilterName"; in testNumberingAndBullet_CharacterBullet1()
104 aStoreProperties_doc[0].Name = "Override"; in testNumberingAndBullet_CharacterBullet1()
106 aStoreProperties_doc[1].Name = "FilterName"; in testNumberingAndBullet_CharacterBullet1()
150 propsRule[0].Name = "NumberingType"; in testNumberingAndBullet_CharacterBullet2()
152 propsRule[1].Name = "BulletId"; in testNumberingAndBullet_CharacterBullet2()
163 aStoreProperties_odt[0].Name = "Override"; in testNumberingAndBullet_CharacterBullet2()
165 aStoreProperties_odt[1].Name = "FilterName"; in testNumberingAndBullet_CharacterBullet2()
[all …]
H A DParagraphTexttoTextAlignment.java75 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Baseline()
77 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Baseline()
85 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Baseline()
87 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Baseline()
120 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Bottom()
130 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Bottom()
165 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Center()
175 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Center()
210 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Top()
220 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Top()
[all …]
H A DParagraphShadow.java84 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_BottomRight()
86 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_BottomRight()
94 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_BottomRight()
96 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_BottomRight()
140 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_BottomLeft()
150 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_BottomLeft()
196 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_TopLeft()
206 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_TopLeft()
252 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_TopRight()
262 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_TopRight()
[all …]
/trunk/main/scp2/source/sdkoo/
H A Dsdkoo.scp75 Name = "LICENSE";
81 Name = "NOTICE";
100 Name = "sdkoo";
108 Name = "NOTICE";
115 Name = "LICENSE";
123 Name = "README_en-US";
126 Name = "readme_en-US.txt";
147 Name = "odkexamples.zip";
155 Name = "odkcommon.zip";
223 Name = "background.png";
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XAutoTextContainer.java44 public String Name = ""; field in _XAutoTextContainer
57 Name = "XAutoTextContainerx" + Thread.currentThread().getName(); in _insertNewByName()
58 Name = Name.replace('-','x'); in _insertNewByName()
59 Name = Name.replace(':','x'); in _insertNewByName()
60 Name = Name.replace('.','x'); in _insertNewByName()
66 oObj.removeByName(Name); in _insertNewByName()
78 log.println("Inserting element with name '" + Name + "'"); in _insertNewByName()
79 oGroup = oObj.insertNewByName(Name); in _insertNewByName()
113 log.println("Removing element with name '" + Name + "'"); in _removeByName()
114 oObj.removeByName(Name); in _removeByName()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx227 if ( aCommand.Name.equalsAsciiL( in execute()
249 else if ( aCommand.Name.equalsAsciiL( in execute()
283 else if ( aCommand.Name.equalsAsciiL( in execute()
293 else if ( aCommand.Name.equalsAsciiL( in execute()
303 else if ( aCommand.Name.equalsAsciiL( in execute()
446 else if ( aCommand.Name.equalsAsciiL( in execute()
682 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
687 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
692 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
697 else if ( rProp.Name.equalsAsciiL( in getPropertyValues()
[all …]
/trunk/main/unotools/source/config/
H A Dcompatibility.cxx180 lProperties[ OFFSET_NAME ].Name = PROPERTYNAME_NAME; in GetList()
181 lProperties[ OFFSET_MODULE ].Name = PROPERTYNAME_MODULE; in GetList()
182 lProperties[ OFFSET_USEPRTMETRICS ].Name = PROPERTYNAME_USEPRTMETRICS; in GetList()
183 lProperties[ OFFSET_ADDSPACING ].Name = PROPERTYNAME_ADDSPACING; in GetList()
185 lProperties[ OFFSET_USEOURTABSTOPS ].Name = PROPERTYNAME_USEOURTABSTOPS; in GetList()
186 lProperties[ OFFSET_NOEXTLEADING ].Name = PROPERTYNAME_NOEXTLEADING; in GetList()
187 lProperties[ OFFSET_USELINESPACING ].Name = PROPERTYNAME_USELINESPACING; in GetList()
188 lProperties[ OFFSET_ADDTABLESPACING ].Name = PROPERTYNAME_ADDTABLESPACING; in GetList()
189 lProperties[ OFFSET_USEOBJPOS ].Name = PROPERTYNAME_USEOBJPOS; in GetList()
192 lProperties[ OFFSET_EXPANDWORDSPACE ].Name = PROPERTYNAME_EXPANDWORDSPACE; in GetList()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx531 value.Name = in execute()
606 aCommand.Name, in execute()
789 excep.Name = m_aFTPURL.child(); in insert()
843 const rtl::OUString& Name = seqProp[i].Name; in getPropertyValues() local
844 if(Name.compareToAscii("Title") == 0) in getPropertyValues()
850 if(Name.compareToAscii("ContentType") == 0) in getPropertyValues()
855 else if(Name.compareToAscii("IsReadOnly") == 0) in getPropertyValues()
865 else if(Name.compareToAscii("IsFolder") == 0) in getPropertyValues()
869 else if(Name.compareToAscii("Size") == 0) in getPropertyValues()
894 if(seqPropVal[i].Name.equalsAscii("Title")) { in setPropertyValues()
[all …]
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp531 Name = ".sxc";
586 Name = ".ods";
1007 Name = ".stc";
1016 Name = ".dif";
1025 Name = ".dbf";
1034 Name = ".slk";
1043 Name = ".csv";
1052 Name = ".xlw";
1061 Name = ".wk1";
1070 Name = ".wks";
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx341 if(props[j].Name == propertyValues[i].Name) { in execute()
359 else if ( aCommand.Name.compareToAscii( "open" ) == 0 ) in execute()
461 if ( rProp.Name.compareToAscii( "ContentType" ) == 0 ) in getPropertyValues()
466 else if( rProp.Name.compareToAscii( "Title" ) == 0 ) in getPropertyValues()
468 else if( rProp.Name.compareToAscii( "IsReadOnly" ) == 0 ) in getPropertyValues()
470 else if( rProp.Name.compareToAscii( "IsDocument" ) == 0 ) in getPropertyValues()
474 else if( rProp.Name.compareToAscii( "IsFolder" ) == 0 ) in getPropertyValues()
480 else if( rProp.Name.compareToAscii( "MediaType" ) == 0 ) in getPropertyValues()
499 if( rProp.Name.compareToAscii( "KeywordList" ) == 0 ) in getPropertyValues()
510 else if( rProp.Name.compareToAscii( "KeywordRef" ) == 0 ) in getPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx247 if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
253 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
264 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
276 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
288 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
300 else if ( rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
303 rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
306 rProp.Name.equalsAsciiL( in UCBNamesToDAVNames()
347 if ( rProp.Name.equalsAsciiL( in UCBNamesToHTTPNames()
353 else if ( rProp.Name.equalsAsciiL( in UCBNamesToHTTPNames()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterChangeCase.java70 aStoreProperties_doc[0].Name = "Override"; in testCharacterLowerCaseSetting()
72 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterLowerCaseSetting()
80 aStoreProperties_odt[0].Name = "Override"; in testCharacterLowerCaseSetting()
82 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterLowerCaseSetting()
119 aStoreProperties_odt[0].Name = "Override"; in testCharacterUpperCaseSetting()
129 aStoreProperties_doc[0].Name = "Override"; in testCharacterUpperCaseSetting()
166 aStoreProperties_odt[0].Name = "Override"; in testCharacterSmallCapsSetting()
176 aStoreProperties_doc[0].Name = "Override"; in testCharacterSmallCapsSetting()
213 aStoreProperties_odt[0].Name = "Override"; in testCharacterCapitalEveryWordSetting()
223 aStoreProperties_doc[0].Name = "Override"; in testCharacterCapitalEveryWordSetting()
[all …]
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx278 if ( rPropSeq[ i ].Name == rPropValue.Name ) in WritePropertyValue()
305 aBool.Name = rKey; in ReadBool()
325 aInt32.Name = rKey; in ReadInt32()
366 aWidth.Name = sWidth; in ReadSize()
370 aHeight.Name = sHeight; in ReadSize()
390 aString.Name = rKey; in ReadString()
409 aPropValue.Name = rKey; in ReadAny()
418 aBool.Name = rKey; in WriteBool()
451 aInt32.Name = rKey; in WriteInt32()
488 aWidth.Name = sWidth; in WriteSize()
[all …]

Completed in 157 milliseconds

12345678910>>...89