Home
last modified time | relevance | path

Searched refs:pPropNames (Results 1 – 10 of 10) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx937 , tNameSequence*& pPropNames in getTextLabelMultiPropertyLists() argument
940 pPropNames = NULL; pPropValues = NULL; in getTextLabelMultiPropertyLists()
948 pPropNames = new tNameSequence(); in getTextLabelMultiPropertyLists()
951 PropertyMapper::getTextLabelMultiPropertyLists( xTextProp, *pPropNames, *pPropValues ); in getTextLabelMultiPropertyLists()
952 m_apLabelPropNames_AttributedPoint = ::std::auto_ptr< tNameSequence >(pPropNames); in getTextLabelMultiPropertyLists()
956 pPropNames = m_apLabelPropNames_AttributedPoint.get(); in getTextLabelMultiPropertyLists()
963 pPropNames = new tNameSequence(); in getTextLabelMultiPropertyLists()
967 m_apLabelPropNames_Series = ::std::auto_ptr< tNameSequence >(pPropNames); in getTextLabelMultiPropertyLists()
971 pPropNames = m_apLabelPropNames_Series.get(); in getTextLabelMultiPropertyLists()
976 pPropNames && pPropValues && in getTextLabelMultiPropertyLists()
[all …]
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx130 const OUString* pPropNames = rPropNames.getConstArray(); in Load() local
139 pPropertyNames[nProp] += pPropNames[nProp]; in Load()
187 const OUString* pPropNames = rPropNames.getConstArray(); in Commit() local
197 sTmpName += pPropNames[nProp]; in Commit()
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx880 ::rtl::OUString* pPropNames = lPropNames.getArray() ; in impl_ExpandSetNames()
885pPropNames[nPropStart+PROPERTYHANDLE_SHORTNAME ] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
886pPropNames[nPropStart+PROPERTYHANDLE_TEMPLATEFILE ] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
887pPropNames[nPropStart+PROPERTYHANDLE_WINDOWATTRIBUTES] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
888pPropNames[nPropStart+PROPERTYHANDLE_EMPTYDOCUMENTURL] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
889pPropNames[nPropStart+PROPERTYHANDLE_DEFAULTFILTER ] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
890pPropNames[nPropStart+PROPERTYHANDLE_ICON ] = lSetNames[nName] + PATHSEPERATOR + PROPER… in impl_ExpandSetNames()
H A Dlingucfg.cxx1454 const rtl::OUString *pPropNames = aPropNames.getConstArray(); in HasVendorImages() local
1458 const OUString &rName = pPropNames[k]; in HasVendorImages()
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx174 const OUString* pPropNames = aPropertyName.getConstArray(); in getPropertyStates() local
178 *pPropStates++ = getPropertyState( *pPropNames++ ); in getPropertyStates()
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx58 const char *pPropNames[], USHORT nPropCount ) : in PropertyChgHelper() argument
67 pName[i] = A2OU( pPropNames[i] ); in PropertyChgHelper()
H A Dsprophelp.hxx78 const char *pPropNames[], USHORT nPropCount );
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx553 tNameSequence* pPropNames; in createDataLabel() local
555 if( !rDataSeries.getTextLabelMultiPropertyLists( nPointIndex, pPropNames, pPropValues ) ) in createDataLabel()
557 LabelPositionHelper::changeTextAdjustment( *pPropValues, *pPropNames, eAlignment ); in createDataLabel()
563 … , *pPropNames, *pPropValues, ShapeFactory::makeTransformation( aScreenPosition2D ) ); in createDataLabel()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx541 const OUString* pPropNames = getPropertyNames(); in updateControls() local
548 mxSelectedTable->getPropertyValue( *pPropNames++ ) >>= bUse; in updateControls()
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx166 …bool getTextLabelMultiPropertyLists( sal_Int32 index, tNameSequence*& pPropNames, tAnySequence*…

Completed in 59 milliseconds