/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | PropChgHelper.java | 40 String[] aPropNames; field in PropChgHelper 46 String[] aPropNames ) in PropChgHelper() argument 49 this.aPropNames = aPropNames; in PropChgHelper() 66 return aPropNames; in GetPropNames() 90 int nLen = aPropNames.length; in AddAsListenerTo() 93 if (aPropNames[i].length() != 0) in AddAsListenerTo() 97 aPropNames[i], (XPropertyChangeListener) this ); in AddAsListenerTo() 110 int nLen = aPropNames.length; in RemoveAsListener() 113 if (aPropNames[i].length() != 0) in RemoveAsListener() 117 aPropNames[i], (XPropertyChangeListener) this ); in RemoveAsListener()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 92 static const char* aPropNames[] = in GetPropertyNames() local 242 static const char* aPropNames[] = in GetPropertyNames() local 406 static const char* aPropNames[] = in GetPropertyNames() local 512 static const char* aPropNames[] = in GetPropertyNames() local 522 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames() 607 aPropNames(1) in SwWebColorConfig() 609 aPropNames.getArray()[0] = C2U("Color"); in SwWebColorConfig() 622 Sequence<Any> aValues(aPropNames.getLength()); in Commit() 631 PutProperties(aPropNames, aValues); in Commit() 641 Sequence<Any> aValues = GetProperties(aPropNames); in Load() [all …]
|
H A D | modcfg.cxx | 262 static const char* aPropNames[] = in GetPropertyNames() local 275 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames() 522 static const char* aPropNames[] = in GetPropertyNames() local 627 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames() 629 pWebNames[i] = C2U(aPropNames[i]); in GetPropertyNames() 1173 static const char* aPropNames[] = in GetPropertyNames() local 1186 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames() 1296 static const char* aPropNames[] = in GetPropertyNames() local 1313 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
|
H A D | dbconfig.cxx | 49 static const char* aPropNames[] = in GetPropertyNames() local 58 const int nCount = sizeof(aPropNames)/sizeof(const char*); in GetPropertyNames() 62 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
|
/aoo41x/main/linguistic/workben/ |
H A D | sprophelp.cxx | 61 aPropNames (nPropCount), in PropertyChgHelper() 64 OUString *pName = aPropNames.getArray(); in PropertyChgHelper() 76 aPropNames = rHelper.aPropNames; in PropertyChgHelper() 92 INT32 nLen = aPropNames.getLength(); in AddAsPropListener() 93 const OUString *pPropName = aPropNames.getConstArray(); in AddAsPropListener() 106 INT32 nLen = aPropNames.getLength(); in RemoveAsPropListener() 107 const OUString *pPropName = aPropNames.getConstArray(); in RemoveAsPropListener() 137 aPropNames.realloc( 0 ); in disposing()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 288 static const char* aPropNames[] = in GetLayoutPropertyNames() local 299 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetLayoutPropertyNames() 310 static const char* aPropNames[] = in GetInputPropertyNames() local 319 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetInputPropertyNames() 326 static const char* aPropNames[] = in GetRevisionPropertyNames() local 336 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetRevisionPropertyNames() 343 static const char* aPropNames[] = in GetContentPropertyNames() local 350 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetContentPropertyNames() 357 static const char* aPropNames[] = in GetSortListPropertyNames() local 364 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetSortListPropertyNames() [all …]
|
H A D | viewopti.cxx | 342 static const char* aPropNames[] = in GetLayoutPropertyNames() local 359 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetLayoutPropertyNames() 366 static const char* aPropNames[] = in GetDisplayPropertyNames() local 381 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetDisplayPropertyNames() 388 static const char* aPropNames[] = in GetGridPropertyNames() local 404 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetGridPropertyNames()
|
H A D | docoptio.cxx | 210 static const char* aPropNames[] = in GetCalcPropertyNames() local 228 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetCalcPropertyNames() 235 static const char* aPropNames[] = in GetLayoutPropertyNames() local 242 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetLayoutPropertyNames()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | number.cxx | 1416 uno::Sequence<rtl::OUString> aPropNames(13); in GetPropNames() local 1417 rtl::OUString* pNames = aPropNames.getArray(); in GetPropNames() 1432 return aPropNames; in GetPropNames() 1437 uno::Sequence<rtl::OUString> aPropNames = GetPropNames(); in LoadConfig() local 1441 ASSERT( aValues.getLength() == aPropNames.getLength(), in LoadConfig() 1443 if ( aValues.getLength() == aPropNames.getLength() ) in LoadConfig() 1618 com::sun::star::uno::Sequence<rtl::OUString> aPropNames(1); in GetPropNames() local 1619 rtl::OUString* pNames = aPropNames.getArray(); in GetPropNames() 1622 return aPropNames; in GetPropNames() 1633 ASSERT( aValues.getLength() == aPropNames.getLength(), in LoadConfig() [all …]
|
/aoo41x/main/linguistic/source/ |
H A D | lngprophelp.cxx | 70 aPropNames (nCHCount), in PropertyChgHelper() 76 OUString *pName = aPropNames.getArray(); in PropertyChgHelper() 91 aPropNames = rHelper.aPropNames; in PropertyChgHelper() 260 sal_Int32 nLen = aPropNames.getLength(); in AddAsPropListener() 261 const OUString *pPropName = aPropNames.getConstArray(); in AddAsPropListener() 274 sal_Int32 nLen = aPropNames.getLength(); in RemoveAsPropListener() 275 const OUString *pPropName = aPropNames.getConstArray(); in RemoveAsPropListener() 305 aPropNames.realloc( 0 ); in disposing()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 74 tNameSequence aPropNames; in createTextShapes_ForAngleAxis() local 78 PropertyMapper::getTextLabelMultiPropertyLists( xProps, aPropNames, aPropValues, false ); in createTextShapes_ForAngleAxis() 79 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes_ForAngleAxis() 82 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes_ForAngleAxis() 136 LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, eLabelAlignment ); in createTextShapes_ForAngleAxis() 144 …pTickInfo->xTextShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues,… in createTextShapes_ForAngleAxis()
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | syscreds.cxx | 67 uno::Sequence< ::rtl::OUString > aPropNames( 1 ); in getSystemCredentialsURLs() local 68 aPropNames[ 0 ] = rtl::OUString::createFromAscii( in getSystemCredentialsURLs() 71 utl::ConfigItem::GetProperties( aPropNames ) ); in getSystemCredentialsURLs() 95 uno::Sequence< rtl::OUString > aPropNames( 1 ); in setSystemCredentialsURLs() local 97 aPropNames[ 0 ] in setSystemCredentialsURLs() 103 utl::ConfigItem::PutProperties( aPropNames, aPropValues ); in setSystemCredentialsURLs()
|
/aoo41x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 202 PROPBAG2* aPropNames = new PROPBAG2[aNum]; in Load() local 207 aPropNames, in Load() 212 delete[] aPropNames; in Load() 219 aPropNames, in Load() 228 delete[] aPropNames; in Load() 236 if( aVal[ind].vt == VT_BSTR && !strcmp( OLE2T( aPropNames[ind].pstrName ), "src" ) ) in Load() 241 && !strcmp( OLE2T( aPropNames[ind].pstrName ), "readonly" ) ) in Load() 257 delete[] aPropNames; in Load()
|
/aoo41x/main/cui/source/options/ |
H A D | optsave.cxx | 82 com::sun::star::uno::Sequence< OUString > aPropNames; member in SvxAlienFilterWarningConfig_Impl 105 aPropNames(1), in SvxAlienFilterWarningConfig_Impl() 108 aPropNames.getArray()[0] = C2U("ShowAlienFilterWarning"); in SvxAlienFilterWarningConfig_Impl() 109 Sequence<Any> aValues = GetProperties(aPropNames); in SvxAlienFilterWarningConfig_Impl() 111 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in SvxAlienFilterWarningConfig_Impl() 112 if(aValues.getLength() == aPropNames.getLength() && in SvxAlienFilterWarningConfig_Impl() 126 Sequence<Any> aValues(aPropNames.getLength()); in Commit() 129 PutProperties(aPropNames, aValues); in Commit()
|
/aoo41x/main/svtools/source/config/ |
H A D | apearcfg.cxx | 106 static const sal_Char* aPropNames[] = in GetPropertyNames() local 118 const int nCount = sizeof( aPropNames ) / sizeof( aPropNames[0] ); in GetPropertyNames() 121 const sal_Char** pAsciiNames = aPropNames; in GetPropertyNames()
|
H A D | htmlcfg.cxx | 90 static const char* aPropNames[] = in GetPropertyNames() local 109 const int nCount = sizeof(aPropNames) / sizeof(aPropNames[0]); in GetPropertyNames() 113 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 78 ::chart::tNameSequence aPropNames; in lcl_setPropetiesToShape() 80 … ::chart::PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in lcl_setPropetiesToShape() 82 …uno::Any* pLineWidthAny = ::chart::PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("Lin… in lcl_setPropetiesToShape() 91 ::chart::PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp ); in lcl_setPropetiesToShape()
|
/aoo41x/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 331 PROPBAG2* aPropNames = new PROPBAG2[aNum]; in Load() local 336 aPropNames, in Load() 341 delete[] aPropNames; in Load() 348 aPropNames, in Load() 357 delete[] aPropNames; in Load() 365 if( aVal[ind].vt == VT_BSTR && !strcmp( OLE2T( aPropNames[ind].pstrName ), "src" ) ) in Load() 370 && !strcmp( OLE2T( aPropNames[ind].pstrName ), "readonly" ) ) in Load() 386 delete[] aPropNames; in Load()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labelcfg.cxx | 169 Sequence<OUString> aPropNames = lcl_CreatePropertyNames(sPrefix); in FillLabels() local 170 Sequence<Any> aValues = GetProperties(aPropNames); in FillLabels() 292 Sequence<OUString> aPropNames = lcl_CreatePropertyNames(sPrefix); in SaveLabel() local 293 Sequence<PropertyValue> aPropValues = lcl_CreateProperties(aPropNames, rRec); in SaveLabel()
|
/aoo41x/main/unotools/source/config/ |
H A D | undoopt.cxx | 98 static const char* aPropNames[] = in Load() local 103 const int nCount = sizeof( aPropNames ) / sizeof( const char* ); in Load() 107 pNames[i] = OUString::createFromAscii( aPropNames[i] ); in Load()
|
H A D | searchopt.cxx | 139 static const char* aPropNames[ MAX_FLAGS_OFFSET + 1 ] = in GetPropertyNames() local 170 const int nCount = sizeof( aPropNames ) / sizeof( aPropNames[0] ); in GetPropertyNames() 174 pNames[i] = OUString::createFromAscii( aPropNames[i] ); in GetPropertyNames()
|
H A D | pathoptions.cxx | 226 static PropertyStruct aPropNames[] = variable 266 const int nCount = sizeof( aPropNames ) / sizeof( PropertyStruct ); 270 pNames[i] = OUString::createFromAscii( aPropNames[i].pPropName ); 319 const char* pA = aPropNames[ePath].pPropName; in IsPathReadonly() 504 sal_Int32 nCount = sizeof( aPropNames ) / sizeof( PropertyStruct ); in SvtPathOptions_Impl() 509 aTempHashMap.find( rtl::OUString::createFromAscii( aPropNames[i].pPropName )); in SvtPathOptions_Impl() 514 sal_Int32 nEnum = aPropNames[i].ePath; in SvtPathOptions_Impl()
|
H A D | sourceviewconfig.cxx | 117 static const char* aPropNames[] = in GetPropertyNames() local 123 const int nCount = sizeof( aPropNames ) / sizeof( const char* ); in GetPropertyNames() 127 pNames[i] = OUString::createFromAscii( aPropNames[i] ); in GetPropertyNames()
|
/aoo41x/main/oox/source/helper/ |
H A D | propertyset.cxx | 137 Sequence< OUString > aPropNames; in setProperties() local 139 rPropertyMap.fillSequences( aPropNames, aValues ); in setProperties() 140 setProperties( aPropNames, aValues ); in setProperties()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 408 static const char* aPropNames[] = in GetPropNameArray() local 417 ppNames = aPropNames; in GetPropNameArray() 565 static const char* aPropNames[] = in GetPropNameArray() local 608 ppNames = aPropNames; in GetPropNameArray() 906 static const char* aPropNames[] = in GetPropNameArray() local 921 ppNames = aPropNames; in GetPropNameArray() 1076 static const char* aPropNames[] = in GetPropNameArray() local 1083 ppNames = aPropNames; in GetPropNameArray()
|