Home
last modified time | relevance | path

Searched refs:pProps (Results 76 – 100 of 124) sorted by path

12345

/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx987 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
990 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1830 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer() local
1833 const beans::Property& rProp = pProps[ n ]; in transfer()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx650 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
653 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx839 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
841 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
869 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
872 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
2032 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer() local
2035 const beans::Property& rProp = pProps[ n ]; in transfer()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx985 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
987 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
1014 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
1017 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1314 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
1317 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx965 beans::Property* pProps = aProps.getArray(); in open() local
967 pProps[ 0 ].Handle = -1; // Important! in open()
968 /**/ pProps[ 0 ].Type = getCppuType(static_cast< rtl::OUString * >(0)); in open()
971 pProps[ 1 ].Handle = -1; // Important! in open()
972 pProps[ 2 ].Name = rtl::OUString::createFromAscii( "Size" ); in open()
973 pProps[ 2 ].Handle = -1; // Important! in open()
975 pProps[ 3 ].Handle = -1; // Important! in open()
976 /**/ pProps[ 3 ].Type = getCppuType(static_cast< sal_Bool * >(0)); in open()
979 pProps[ 4 ].Handle = -1; // Important! in open()
1445 const beans::Property* pProps = aProps.getConstArray(); in getProperties() local
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx661 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
667 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
694 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
700 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
741 PropertyValue* pProps = aProps.getArray(); in setPropertyValues() local
748 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
796 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
855 Property* pProps = aProps.getArray(); in createCursorAny() local
859 Property& rProp = pProps[ n ]; in createCursorAny()
888 Property* pProps = aProps.getArray(); in createCursorAny() local
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx145 beans::Property* pProps = m_pProps->getArray(); in getProperties() local
150 pProps[ nPos ] = pAddProps[ n ]; in getProperties()
203 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
207 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty()
H A Dpropertyvalueset.cxx832 const Property* pProps = aProps.getConstArray(); in appendPropertySet() local
855 const Property& rProp = pProps[ m ]; in appendPropertySet()
871 const Property& rProp = pProps[ n ]; in appendPropertySet()
H A Dresultset.cxx104 const PropertyInfo* pProps,
1584 const PropertyInfo* pProps, in PropertySetInfo() argument
1592 const PropertyInfo* pEntry = pProps; in PropertySetInfo()
1677 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
1680 const beans::Property& rCurr = pProps[ n ]; in queryProperty()
H A Dresultsetmetadata.cxx419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
422 Property& rProp = pProps[ n ]; in getColumnType()
443 Property* pProps = m_aProps.getArray(); in getColumnType() local
446 Property& rProp = pProps[ n ]; in getColumnType()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx505 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
508 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx348 const Property* pProps = rInfo.Properties.getConstArray(); in createNewContent() local
351 const OUString& rName = pProps[ n ].Name; in createNewContent()
363 const Type& rType = pProps[ n ].Type; in createNewContent()
/trunk/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx180 ::rtl::OUString* pProps = aProps.getArray(); in DECLARE_LIST()
181 pProps[0] = ::rtl::OUString::createFromAscii( "Url" ); in DECLARE_LIST()
H A Ducbhelper.cxx292 OUString* pProps = aProps.getArray(); in GetFolderContents() local
293 pProps[0] = OUString::createFromAscii( "Title" ); in GetFolderContents()
295 pProps[1] = OUString::createFromAscii( "IsFolder" ); in GetFolderContents()
392 OUString* pProps = aProps.getArray(); in GetResultSet() local
393 pProps[0] = OUString::createFromAscii( "Title" ); in GetResultSet()
394 pProps[1] = OUString::createFromAscii( "ContentType" ); in GetResultSet()
396 pProps[2] = OUString::createFromAscii( "IsFolder" ); in GetResultSet()
/trunk/main/vcl/source/window/
H A Darrange.cxx232 const beans::PropertyValue* pProps = i_rProps.getConstArray(); in setProperties() local
236 if( pProps[i].Name.equalsAscii( "OuterBorder" ) ) in setProperties()
239 if( pProps[i].Value >>= nVal ) in setProperties()
248 else if( pProps[i].Name.equalsAscii( "ManagedArea" ) ) in setProperties()
251 if( pProps[i].Value >>= aArea ) in setProperties()
260 else if( pProps[i].Name.equalsAscii( "Visible" ) ) in setProperties()
263 if( pProps[i].Value >>= bVal ) in setProperties()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1781 Atom* pProps = XListProperties( m_pDisplay, rRequest.requestor, &nProps ); in handleSelectionRequest() local
1782 if( pProps ) in handleSelectionRequest()
1785 …fprintf( stderr, " \"%s\"", OUStringToOString( getString( pProps[i]), RTL_TEXTENCODING_ISO_8859_1 … in handleSelectionRequest()
1786 XFree( pProps ); in handleSelectionRequest()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx4006 pFont->m_nAscend = getInt(pProps[n].Value); in readOverrideMetrics()
4011 else if( pProps[n].Name.equalsAscii( "XMin" ) ) in readOverrideMetrics()
4012 pFont->m_nXMin = getInt(pProps[n].Value); in readOverrideMetrics()
4013 else if( pProps[n].Name.equalsAscii( "YMin" ) ) in readOverrideMetrics()
4014 pFont->m_nYMin = getInt(pProps[n].Value); in readOverrideMetrics()
4016 pFont->m_nXMax = getInt(pProps[n].Value); in readOverrideMetrics()
4018 pFont->m_nYMax = getInt(pProps[n].Value); in readOverrideMetrics()
4024 pProps[n].Value >>= aEncoding; in readOverrideMetrics()
4037 pProps[n].Value >>= aEncoding; in readOverrideMetrics()
4052 pProps[n].Value >>= aSeq; in readOverrideMetrics()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx308 Atom* pProps = XListProperties( GetDisplay()->GetDisplay(), in Init() local
312 bBreak = (pProps[i] == XA_WM_HINTS); in Init()
313 if( pProps ) in Init()
314 XFree( pProps ); in Init()
1038 Atom* pProps = XListProperties( GetXDisplay(), in SetIcon() local
1043 char* pName = XGetAtomName( GetXDisplay(), pProps[i] ); in SetIcon()
1049 if( pProps ) in SetIcon()
1050 XFree( pProps ); in SetIcon()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx890 Atom* pProps = XListProperties( getDisplay()->GetDisplay(), in findTopLevelSystemWindow() local
894 bBreak = (pProps[i] == XA_WM_HINTS); in findTopLevelSystemWindow()
895 if( pProps ) in findTopLevelSystemWindow()
896 XFree( pProps ); in findTopLevelSystemWindow()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx63 CellData(T start, PropertiesPointer pProps) in CellData() argument
89 void setProperties(PropertiesPointer pProps) { mpProps = pProps; } in setProperties() argument
96 void insertProperties(PropertiesPointer pProps) in insertProperties() argument
99 mpProps->insert(pProps); in insertProperties()
101 mpProps = pProps; in insertProperties()
203 mCells[i]->insertProperties(pProps); in insertCellProperties()
335 mpRow->addCell(start, pProps); in addCell()
363 mpRow->insertCellProperties(pProps); in insertCellProperties()
374 mpRow->insertCellProperties(i, pProps); in insertCellProperties()
380 mpTableProps->insert( pProps ); in insertTableProperties()
[all …]
H A DTableManager.hxx195 mpProps = pProps; in setProps()
210 mpCellProps = pProps; in setCellProps()
225 mpRowProps = pProps; in setRowProps()
300 PropertiesPointer pProps ) in setProps() argument
302 mState.setProps( pProps ); in setProps()
316 PropertiesPointer pProps ) in setCellProps() argument
332 PropertiesPointer pProps ) in setRowProps() argument
841 setProps(pProps); in props()
901 setCellProps(pProps); in cellProps()
937 setRowProps(pProps); in insertRowProps()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx98 static void lcl_printProperties( PropertyMapPtr pProps ) in lcl_printProperties() argument
100 if( pProps.get() ) in lcl_printProperties()
153 m_aTableProperties = pProps; in startTable()
161 if (pProps.get() != NULL) in startTable()
162 dmapper_logger->addTag(pProps->toTag()); in startTable()
840 m_aRowProperties.push_back( pProps ); in startRow()
846 if (pProps != NULL) in startRow()
847 dmapper_logger->addTag(pProps->toTag()); in startRow()
868 if ( pProps.get( ) ) in startCell()
869 m_aCellProperties[nRow - 1].push_back( pProps ); in startCell()
[all …]
H A DDomainMapperTableHandler.hxx75 TablePropertyMapPtr pProps );
82 TablePropertyMapPtr pProps );
88 TablePropertyMapPtr pProps );
H A DDomainMapperTableManager.cxx289 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
290 pProps->Insert( PROP_CNF_STYLE, true, uno::makeAny( pValue->getString( ) ) ); in sprm()
291 insertRowProps( pProps ); in sprm()
303 TablePropertyMapPtr pProps( new TablePropertyMap ); in sprm() local
304 pProps->Insert( PROP_CNF_STYLE, true, uno::makeAny( pValue->getString( ) ) ); in sprm()
305 cellProps( pProps ); in sprm()
400 PropertyMapPtr pProps = getTableProps(); in endLevel() local
401 if (pProps.get() != NULL) in endLevel()

Completed in 252 milliseconds

12345