Home
last modified time | relevance | path

Searched refs:nProps (Results 26 – 29 of 29) sorted by path

12

/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx348 sal_Int32 nProps = sProps.getLength(); in dispatchRequests() local
350 if ( nProps ) in dispatchRequests()
352 dispatchProps.realloc( nProps + 1 ); in dispatchRequests()
356 for ( sal_Int32 index=0; index<nProps; ++index, ++pSrc, ++pDest ) in dispatchRequests()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1780 int nProps = 0; in handleSelectionRequest() local
1781 Atom* pProps = XListProperties( m_pDisplay, rRequest.requestor, &nProps ); in handleSelectionRequest()
1784 for( int i = 0; i < nProps; i++ ) in handleSelectionRequest()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3971 sal_Int32 nProps = aMetrics.getLength(); in readOverrideMetrics() local
3973 for( sal_Int32 n = 0; n < nProps; n++ ) in readOverrideMetrics()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx630 sal_Int32 nProps = maPropMapper->GetEntryCount(); in _Filter() local
658 for( sal_Int32 i=0; i < nProps; i++ ) in _Filter()

Completed in 70 milliseconds

12