Lines Matching refs:nInd
113 for ( sal_Int32 nInd = 0; nInd < aObjectProps.getLength(); nInd++ ) in CommonInit_Impl() local
115 if ( aObjectProps[nInd].Name.equalsAscii( "ClassID" ) ) in CommonInit_Impl()
116 aObjectProps[nInd].Value >>= m_aClassID; in CommonInit_Impl()
117 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentServiceName" ) ) in CommonInit_Impl()
118 aObjectProps[nInd].Value >>= m_aDocServiceName; in CommonInit_Impl()
119 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentFilterName" ) ) in CommonInit_Impl()
120 aObjectProps[nInd].Value >>= m_aPresetFilterName; in CommonInit_Impl()
121 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectMiscStatus" ) ) in CommonInit_Impl()
122 aObjectProps[nInd].Value >>= m_nMiscStatus; in CommonInit_Impl()
123 else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectVerbs" ) ) in CommonInit_Impl()
124 aObjectProps[nInd].Value >>= m_aObjectVerbs; in CommonInit_Impl()
232 for ( sal_Int32 nInd = 0; nInd < aMediaDescr.getLength(); nInd++ ) in LinkInit_Impl() local
233 if ( aMediaDescr[nInd].Name.equalsAscii( "URL" ) ) in LinkInit_Impl()
234 aMediaDescr[nInd].Value >>= m_aLinkURL; in LinkInit_Impl()
235 else if ( aMediaDescr[nInd].Name.equalsAscii( "FilterName" ) ) in LinkInit_Impl()
236 aMediaDescr[nInd].Value >>= m_aLinkFilterName; in LinkInit_Impl()