/trunk/main/scp2/source/impress/ |
H A D | file_impress.scp | 28 Name = LIBNAME(placewar); 30 Name = LIBNAME(placeware); 36 Name = SPECIAL_NAME(animcore); 44 Name = "impress.xcd"; 58 Name = EXENAME(simpress); 73 Name = "/uiconfig/simpress/menubar/menubar.xml"; 83 Name = "effects.xml"; 90 Name = "transitions.xml";
|
/trunk/main/scp2/source/xsltfilter/ |
H A D | file_xsltfilter.scp | 30 Name = "xsltfilter.xcd"; 37 Name = "DocBookTemplate.stw"; 44 Name = "docbooktosoffheadings.xsl"; 51 Name = "sofftodocbookheadings.xsl"; 58 Name = "/xslt/export/xhtml/body.xsl"; 65 Name = "/xslt/export/xhtml/header.xsl"; 72 Name = "/xslt/export/xhtml/opendoc2xhtml.xsl"; 79 Name = "/xslt/export/xhtml/table.xsl";
|
/trunk/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 229 getCommandInfoByName( const rtl::OUString& Name ) 278 CommandProcessorInfo::getCommandInfoByName( const rtl::OUString& Name ) in getCommandInfoByName() argument 283 if ( (*m_pInfo)[ n ].Name == Name ) in getCommandInfoByName() 313 if ( (*m_pInfo)[ n ].Name == Name ) in hasCommandByName() 486 aPropValues[ 0 ].Name in setTitle() 563 aPropsToObtain[ 0 ].Name in createNew() 843 if ( rCurrProp.Name.compareToAscii( "Title" ) == 0 ) in transferProperties() 878 rCurrValue.Name = rCurrProp.Name; in transferProperties() 890 aPropValues[ nWritePos ].Name in transferProperties() 902 aPropValues[ nWritePos ].Name in transferProperties() [all …]
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 264 if ( pValue[j].Name.equals( sPropFullPath ) ) in parseManifest() 266 else if ( pValue[j].Name.equals( sPropVersion ) ) in parseManifest() 268 else if ( pValue[j].Name.equals( sPropMediaType ) ) in parseManifest() 270 else if ( pValue[j].Name.equals( sPropSalt ) ) in parseManifest() 276 else if ( pValue[j].Name.equals( sPropSize ) ) in parseManifest() 278 else if ( pValue[j].Name.equals( sPropDigest ) ) in parseManifest() 689 if ( aNamedValue.Name.equalsAscii( "RepairPackage" ) ) in initialize() 1107 …OSL_ENSURE( ( *aIter )[PKG_MNFST_MEDIATYPE].Name.equals( sMediaType ) && ( *aIter )[PKG_MNFST_FULL… in WriteContentTypes() 1243 aPropSeq [PKG_MNFST_MEDIATYPE].Name = sMediaType; in writeTempFile() 1245 aPropSeq [PKG_MNFST_VERSION].Name = sVersion; in writeTempFile() [all …]
|
/trunk/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 324 if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_NAME ) in InitControls() 326 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_MODULE ) in InitControls() 328 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEPRTMETRICS ) in InitControls() 330 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDSPACING ) in InitControls() 332 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDSPACINGATPAGES ) in InitControls() 334 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEOURTABSTOPS ) in InitControls() 336 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_NOEXTLEADING ) in InitControls() 338 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USELINESPACING ) in InitControls() 340 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_ADDTABLESPACING ) in InitControls() 342 else if ( aValue.Name == COMPATIBILITY_PROPERTYNAME_USEOBJECTPOSITIONING ) in InitControls() [all …]
|
/trunk/main/scp2/source/winexplorerext/ |
H A D | file_winexplorerext.scp | 41 Name = "ooofilt.dll"; 50 Name = "ooofilt_x64.dll"; 60 Name = "shlxthdl.dll"; 68 Name = "shlxthdl_x64.dll"; 78 Name = "propertyhdl.dll"; 86 Name = "propertyhdl_x64.dll"; 96 Name = "shlxtmsi.dll"; 103 Name = "reg64msi.dll";
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 143 String sName = _aValue.Name; in showProperty() 168 if (aValue.Name.equals("FilterName") || in getDocumentType() 169 aValue.Name.equals("MediaType")) in getDocumentType() 235 Arg.Name = "Hidden"; in loadFromURL() 243 Arg.Name = "FilterName"; in loadFromURL() 249 ReadOnly.Name = "ReadOnly"; in loadFromURL() 306 aFiltername.Name = "FilterName"; in exportToPDF() 572 Arg.Name = "Name"; in impl_printToFileWithOOo() 611 Arg.Name = "FileName"; in impl_printToFileWithOOo() 636 Arg.Name = "Pages"; in impl_printToFileWithOOo() [all …]
|
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryw9x.hxx | 66 virtual RegistryValue GetValue(const std::wstring& Name) const; 73 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const; 99 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true); 109 virtual RegistryKey CreateSubKey(const std::wstring& Name); 120 virtual void DeleteSubKey(const std::wstring& Name); 131 virtual void DeleteSubKeyTree(const std::wstring& Name); 143 virtual void DeleteValue(const std::wstring& Name);
|
/trunk/main/comphelper/source/property/ |
H A D | property.cxx | 88 if ( xDestProps->hasPropertyByName(pSourceProps->Name) ) in copyProperties() 92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties() 95 const Any aSourceValue = _rxSource->getPropertyValue(pSourceProps->Name); in copyProperties() 97 _rxDest->setPropertyValue(pSourceProps->Name, aSourceValue); in copyProperties() 105 …aBuffer.append( ::rtl::OString( pSourceProps->Name.getStr(), pSourceProps->Name.getLength(), RTL_T… in copyProperties() 181 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == _rPropName) ) in RemoveProperty() 183 OSL_ENSURE(pResult->Name.equals(_rPropName), "::RemoveProperty Properties nicht sortiert"); in RemoveProperty() 198 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == sPropName) ) in ModifyPropertyAttributes()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 464 if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "PublishMode" ) ) ) in InitExportParameters() 493 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Width" ) ) ) in InitExportParameters() 525 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EMail" ) ) ) in InitExportParameters() 966 aProperties[ 0 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("Overwrite")); in SavePresentation() 968 aProperties[ 1 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")); in SavePresentation() 1005 aFilterData[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("PixelWidth") ); in CreateImagesForPresPages() 1007 aFilterData[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("PixelHeight") ); in CreateImagesForPresPages() 1011 aFilterData[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("Quality") ); in CreateImagesForPresPages() 1016 aDescriptor[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in CreateImagesForPresPages() 1017 aDescriptor[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in CreateImagesForPresPages() [all …]
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 3282 pArr[0].Name = C2U("TokenType"); in getByIndex() 3294 pArr[0].Name = C2U("TokenType"); in getByIndex() 3325 pArr[0].Name = C2U("TokenType"); in getByIndex() 3331 pArr[2].Name = C2U("Text"); in getByIndex() 3340 pArr[0].Name = C2U("TokenType"); in getByIndex() 3352 pArr[0].Name = C2U("TokenType"); in getByIndex() 3358 pArr[2].Name = C2U("ChapterFormat"); in getByIndex() 3380 pArr[3].Name = C2U("ChapterLevel"); in getByIndex() 3391 pArr[0].Name = C2U("TokenType"); in getByIndex() 3403 pArr[0].Name = C2U("TokenType"); in getByIndex() [all …]
|
H A D | unoredline.cxx | 245 pValues[0].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in lcl_GetSuccessorProperties() 249 pValues[1].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in lcl_GetSuccessorProperties() 251 pValues[2].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in lcl_GetSuccessorProperties() 253 pValues[3].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in lcl_GetSuccessorProperties() 370 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in CreateRedlineProperties() 372 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in CreateRedlineProperties() 374 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in CreateRedlineProperties() 376 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in CreateRedlineProperties() 380 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_COLLAPSED)); in CreateRedlineProperties() 384 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_START)); in CreateRedlineProperties() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | sequenceashashmap.cxx | 129 (lP.Name.isEmpty()) || in operator <<() 135 (*this)[lP.Name] = lP.Value; in operator <<() 143 (lN.Name.isEmpty()) || in operator <<() 149 (*this)[lN.Name] = lN.Value; in operator <<() 172 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<() 186 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<() 203 pDestination[i].Name = pThis->first ; in operator >>() 223 pDestination[i].Name = pThis->first ; in operator >>() 259 aProp.Name = pThis->first; in getAsConstAnyList() 266 aProp.Name = pThis->first; in getAsConstAnyList()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1305 if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ViewLeft" ) ) ) in ReadUserDataSequence() 1489 pValue->Name = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "ViewId" ) ); in WriteUserDataSequence() 1495 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "ViewLeft" ) ); in WriteUserDataSequence() 1499 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "ViewTop" ) ); in WriteUserDataSequence() 1503 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "VisibleLeft" ) ); in WriteUserDataSequence() 1507 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "VisibleTop" ) ); in WriteUserDataSequence() 1511 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "VisibleRight" ) ); in WriteUserDataSequence() 1515 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "VisibleBottom" ) ); in WriteUserDataSequence() 1519 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "ZoomType" ) ); in WriteUserDataSequence() 1534 pValue->Name = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "ZoomFactor" ) ); in WriteUserDataSequence() [all …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 1036 FindPropertyByName( copyProperty->Name ) in doInspection() 1053 aDepHandlers = m_aDependencyHandlers.equal_range( copyProperty->Name ); in doInspection() 1085 m_aPropertyHandlers[ remember->Name ] = *aHandler; in doInspection() 1172 _rDescriptor.sName = _rProperty.Name; in describePropertyLine() 1179 …sMessage += ::rtl::OString( _rProperty.Name.getStr(), _rProperty.Name.getLength(), RTL_TEXTENCODIN… in describePropertyLine() 1183 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine() 1260 …sMessage += ::rtl::OString( property->second.Name.getStr(), property->second.Name.getLength(), osl… in UpdateUI() 1282 aActuatingProperties.push_back( property->second.Name ); in UpdateUI() 1388 if ( search->second.Name == _rName ) in hasPropertyByName() 1570 if ( search->second.Name == _rName ) in impl_findObjectProperty_nothrow() [all …]
|
/trunk/main/extensions/test/ole/VisualBasic/ |
H A D | Module1.vb | 67 aToolbarItemProp1.Name = "CommandURL" 69 aToolbarItemProp2.Name = "Label" 71 aToolbarItemProp3.Name = "Type" 183 Or retAny <> inAny Or Not (retType.Name = inType.Name) _ 222 Or Not (outType.Name = inType.Name) Or inXInterface IsNot outXInterface _ 248 Or Not (outVarType.Name = inType.Name) Then 343 Or outAny <> retAny Or Not (outType.Name = retType.Name) _ 361 If inByte <> retByte Or inFloat <> retFloat Or Not (inType.Name = retType.Name) Then 860 objPropValue.Name = "Hidden"
|
/trunk/main/scp2/source/ooo/ |
H A D | shortcut_ooo.scp | 32 Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 39 Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 46 Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 53 Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 67 Name = STRING(CONCAT2(libgraphite,UNXSUFFIX)); 79 Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3)); 91 Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3.0)); 102 Name = "libhsqldb.jnilib";
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextattributeswrapper.mm | 158 if ( property.Name.equals ( attrUnderline ) ) { 163 } else if ( property.Name.equals ( attrFontname ) ) { 165 } else if ( property.Name.equals ( attrBold ) ) { 167 } else if ( property.Name.equals ( attrItalic ) ) { 169 } else if ( property.Name.equals ( attrHeight ) ) { 171 } else if ( property.Name.equals ( attrStrikethrough ) ) { 175 } else if ( property.Name.equals ( attrShadow ) ) { 179 } else if ( property.Name.equals ( attrUnderlineColor ) ) { 183 } else if ( property.Name.equals ( attrForegroundColor ) ) { 185 } else if ( property.Name.equals ( attrBackgroundColor ) ) { [all …]
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlsorti.cxx | 153 aSortDescriptor[0].Name = rtl::OUString::createFromAscii(SC_UNONAME_BINDFMT); in EndElement() 155 aSortDescriptor[1].Name = rtl::OUString::createFromAscii(SC_UNONAME_COPYOUT); in EndElement() 157 aSortDescriptor[2].Name = rtl::OUString::createFromAscii(SC_UNONAME_ISCASE); in EndElement() 159 aSortDescriptor[3].Name = rtl::OUString::createFromAscii(SC_UNONAME_ISULIST); in EndElement() 161 aSortDescriptor[4].Name = rtl::OUString::createFromAscii(SC_UNONAME_OUTPOS); in EndElement() 163 aSortDescriptor[5].Name = rtl::OUString::createFromAscii(SC_UNONAME_UINDEX); in EndElement() 165 aSortDescriptor[6].Name = rtl::OUString::createFromAscii(SC_UNONAME_SORTFLD); in EndElement() 172 aSortDescriptor[7].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_COLLLOC)); in EndElement() 177 aSortDescriptor[6 + i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_COLLALG)); in EndElement()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | ControllerFactory.cxx | 90 aPropValue.Name = A2S("Frame"); in CreateToolBoxController() 94 aPropValue.Name = A2S("ServiceManager"); in CreateToolBoxController() 98 aPropValue.Name = A2S("CommandURL"); in CreateToolBoxController() 162 aPropValue.Name = A2S("ModuleIdentifier"); in CreateToolBarController() 166 aPropValue.Name = A2S("Frame"); in CreateToolBarController() 170 aPropValue.Name = A2S("ServiceManager"); in CreateToolBarController() 174 aPropValue.Name = A2S("ParentWindow"); in CreateToolBarController() 180 aPropValue.Name = A2S("Width"); in CreateToolBarController()
|
/trunk/main/framework/source/uifactory/ |
H A D | addonstoolboxfactory.cxx | 134 if ( rPropSeq[j].Name.equalsAsciiL( "Context", 7 )) in hasButtonsInContext() 141 else if ( rPropSeq[j].Name.equalsAsciiL( "URL", 3 )) in hasButtonsInContext() 177 if ( Args[n].Name.equalsAscii( "ConfigurationData" )) in createUIElement() 179 else if ( Args[n].Name.equalsAscii( "Frame" )) in createUIElement() 181 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in createUIElement() 196 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in createUIElement() 199 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationData" )); in createUIElement() 202 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in createUIElement()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 55 m_sPropertyName = aProperty.Name; in UnoPropertyNode() 63 m_sPropertyName = aProperty.Name; in UnoPropertyNode() 71 m_sPropertyName = aPropertyValue.Name; in UnoPropertyNode() 190 …return _aProperty.Type.getTypeName() + " " + _aProperty.Name + " = " + _oUnoObject.toString(); … in getPropertyTypeDescription() 196 return _aProperty.Name + " = (" + _aProperty.Type.getTypeName() + ") "; in getStandardPropertyDescription() 199 …return _aProperty.Name + " (" + _aProperty.Type.getTypeName() + ") = " + getDisplayValueOfPrimitiv… in getStandardPropertyDescription() 206 return _aPropertyValue.Name; in getStandardPropertyValueDescription() 209 …return _aPropertyValue.Name + " : " + UnoNode.getDisplayValueOfPrimitiveType(_aPropertyValue.Value… in getStandardPropertyValueDescription()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 54 return lhs.Name.compareTo(rhs) < 0; in operator ()() 59 return lhs.compareTo(rhs.Name) < 0; in operator ()() 68 return x.Name.compareTo(y.Name) < 0;// ? true : false; in operator ()() 80 return lhs.Name.compareTo(rhs) == 0; in operator ()() 85 return lhs.compareTo(rhs.Name) == 0; in operator ()() 94 return x.Name.compareTo(y.Name) == 0; in operator ()()
|
/trunk/main/extensions/source/bibliography/ |
H A D | bibconfig.cxx | 283 pNodeValues[nIndex].Name = sPrefix; in Commit() 284 pNodeValues[nIndex].Name += sName; in Commit() 286 pNodeValues[nIndex].Name = sPrefix; in Commit() 287 pNodeValues[nIndex].Name += sTable; in Commit() 289 pNodeValues[nIndex].Name = sPrefix; in Commit() 290 pNodeValues[nIndex].Name += sCommandType; in Commit() 308 pAssignmentValues[0].Name = sSubPrefix; in Commit() 309 pAssignmentValues[0].Name += sFieldName; in Commit() 311 pAssignmentValues[1].Name = sSubPrefix; in Commit() 312 pAssignmentValues[1].Name += sDatabaseFieldName; in Commit()
|
/trunk/main/basic/source/uno/ |
H A D | scriptcont.cxx | 415 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordProtected() 424 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordVerified() 432 ( const OUString& Name, const OUString& Password ) in verifyLibraryPassword() argument 436 SfxLibrary* pImplLib = getImplLib( Name ); in verifyLibraryPassword() 451 bSuccess = implLoadPasswordLibrary( pImplLib, Name, sal_True ); in verifyLibraryPassword() 462 implLoadPasswordLibrary( pImplLib, Name ); in verifyLibraryPassword() 473 SfxLibrary* pImplLib = getImplLib( Name ); in changeLibraryPassword() 485 loadLibrary( Name ); in changeLibraryPassword() 493 if( isLibraryPasswordVerified( Name ) ) in changeLibraryPassword() 500 if( !verifyLibraryPassword( Name, OldPassword ) ) in changeLibraryPassword() [all …]
|