Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 1965) sorted by last modified time

12345678910>>...79

/aoo41x/main/sfx2/source/appl/
H A Dappopen.cxx1019 for ( sal_Int32 n=0; n<aTmp.getLength(); n++ ) in OpenDocExec_Impl() local
1020 aProtocols[(++nLength)-1] = aTmp[n]; in OpenDocExec_Impl()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1967 const double n = rRow.get()[nPos]->getValue(); in UpdateBuffer() local
1972 …const ByteString aDefaultValue( ::rtl::math::doubleToString( n, rtl_math_StringFormat_F, nScale, '… in UpdateBuffer()
/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java95 for (int n = 1; n < 4; ++n){ in testInsertCells()
225 for (int n = 1; n < 4; ++n){ in testDeleteCells()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java319 for (int n = 0; n < ih; n++) { in findImage()
320 if (image.getRGB(m, n) != capture.getRGB(i + m, j + n)) in findImage()
/aoo41x/main/xsltml/
H A Dxsltml_2.1.2.patch250 + <xsl:when test="starts-with($content,'&#x000F1;')"><xsl:value-of select="'\tilde{n}'" /><xsl:cal…
324 +<xsl:when test="starts-with($content,'&#x00144;')"><xsl:value-of select="'\acute{n}'" /><xsl:call-…
326 +<xsl:when test="starts-with($content,'&#x00146;')"><xsl:value-of select="'\mbox{\c{n}}'" /><xsl:ca…
328 +<xsl:when test="starts-with($content,'&#x00148;')"><xsl:value-of select="'\check{n}'" /><xsl:call-…
/aoo41x/main/xmlsecurity/tools/uno/
H A DAdapterNode.java81 AdapterNode n = this.child(i); in index() local
82 if (child.m_domNode == n.m_domNode) return i; in index()
/aoo41x/main/xmlsecurity/workben/
H A Dsignaturetest.cxx391 for ( int n = 0; n < nInfos; n++ ) in IMPL_LINK() local
393 security::DocumentSignatureInformation& rInf = aInfos[n]; in IMPL_LINK()
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/private/
H A Dcakey.pem11 EmGPltUAOcaylpnP/neyuErAMHGQI9Mn2dhLc/NGK6gxqZi1SawGbrit7Uv5il/n
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100F.pem53 n/A9fyScRjS6RY8FWVEt+zIdeVE3Gkv4bsVJwEme7yuuqgP6/1UIaYUNtAZT7iBO
H A D101E.pem51 ADCBiQKBgQCuEtwm/n+4P0ei3IOhcG2r2+U8KNUYMiyN7oXG+fSLMTRx3pF5+1a0
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dseinitializer_nssimpl.cxx122 sal_Int32 n = xSecCtx->addSecurityEnvironment(xSecEnv); in createSecurityContext() local
124 xSecCtx->setDefaultSecurityEnvironmentIndex( n ); in createSecurityContext()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx224 sal_Int32 n = 0; in convertDateTime() local
225 if ( !convertNumber( nYear, aDateStr.getToken( 0, '-', n ), 0, 9999 ) ) in convertDateTime()
228 if ( !convertNumber( nMonth, aDateStr.getToken( 0, '-', n ), 0, 12 ) ) in convertDateTime()
231 if ( !convertNumber( nDay, aDateStr.getToken( 0, '-', n ), 0, 31 ) ) in convertDateTime()
249 sal_Int32 n = 0; in convertDateTime() local
250 if ( !convertNumber( nHour, aTimeStr.getToken( 0, ':', n ), 0, 23 ) ) in convertDateTime()
253 if ( !convertNumber( nMin, aTimeStr.getToken( 0, ':', n ), 0, 59 ) ) in convertDateTime()
256 if ( !convertNumber( nSec, aTimeStr.getToken( 0, ':', n ), 0, 59 ) ) in convertDateTime()
H A Ddocumentsignaturehelper.cxx101 for ( sal_Int32 n = 0; n < nElements; n++ ) in ImplFillElementList() local
104 && (pNames[n] == aMetaInfName in ImplFillElementList()
105 || pNames[n] == sMimeTypeName)) in ImplFillElementList()
112 pNames[n], rtl_UriCharClassRelSegment, in ImplFillElementList()
114 if (sEncName.getLength() == 0 && pNames[n].getLength() != 0) in ImplFillElementList()
118 if ( rxStore->isStreamElement( pNames[n] ) ) in ImplFillElementList()
121 if (pNames[n].equals( in ImplFillElementList()
127 else if ( bRecursive && rxStore->isStorageElement( pNames[n] ) ) in ImplFillElementList()
239 for ( sal_Int32 n = 0; n < nElements; n++ ) in CreateElementList() local
241 if ( ( pNames[n].match( aMatchStr ) ) && rxStore->isStorageElement( pNames[n] ) ) in CreateElementList()
[all …]
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx94 for( unsigned int n = 0; n < (unsigned int) pOtherName->Value.cbData ; n ++ ) in getAlternativeNames() local
95 otherName[n] = *( pOtherName->Value.pbData + n ) ; in getAlternativeNames()
124 for( unsigned int n = 0; n < pEntry->IPAddress.cbData ; n ++ ) in getAlternativeNames() local
125 ipAddress[n] = *( pEntry->IPAddress.pbData + n ) ; in getAlternativeNames()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx403 long n = aPos.X(); in AlignAfterImage() local
404 n += aSize.Width(); in AlignAfterImage()
405 n += _nXOffset; in AlignAfterImage()
406 aPos.X() = n; in AlignAfterImage()
407 n = aPos.Y(); in AlignAfterImage()
408 n += aSize.Height() / 2; // y-position is in the middle of the image in AlignAfterImage()
409 n -= _rCtrl.GetSizePixel().Height() / 2; // center Control in AlignAfterImage()
410 aPos.Y() = n; in AlignAfterImage()
H A Ddigitalsignaturesdialog.cxx398 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK() local
400 xDocumentHandler, maCurrentSignatureInformations[ n ] ); in IMPL_LINK()
470 for ( sal_Int32 n = 0; n < nElements; n++ ) in IMPL_LINK() local
472 bool bBinaryMode = !isXML(aElements[n]); in IMPL_LINK()
473 … maSignatureHelper.AddForSigning( nSecurityId, aElements[n], aElements[n], bBinaryMode ); in IMPL_LINK()
492 for ( int n = 0; n < nInfos; n++ ) in IMPL_LINK() local
554 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK() local
599 for( int n = 0; n < nInfos; ++n ) in ImplFillSignaturesBox() local
602 m_sODFVersion, maCurrentSignatureInformations[n]); in ImplFillSignaturesBox()
679 maCurrentSignatureInformations[n])) in ImplFillSignaturesBox()
[all …]
H A Ddigitalsignaturesdialog.src204 "Thus no signatures can be added or removed to this document.\n\n"
213 … Message [ en-US ] = "Adding or removing a macro signature will remove all document signatures.\n"
/aoo41x/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx183 for(int n = 1; n < altNames.getLength(); n++) in test_Others() local
201 for(int n = 1; n < altNames.getLength(); n++) in test_RFC822() local
206 altNames[n].Value >>= value; in test_RFC822()
214 for(int n = 1; n < altNames.getLength(); n++) in test_DNS() local
219 altNames[n].Value >>= value; in test_DNS()
231 for(int n = 1; n < altNames.getLength(); n++) in test_URI() local
236 altNames[n].Value >>= value; in test_URI()
244 for(int n = 1; n < altNames.getLength(); n++) in test_IP() local
249 altNames[n].Value >>= ipAddress; in test_IP()
258 for(int n = 1; n < altNames.getLength(); n++) in test_RID() local
[all …]
/aoo41x/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx302 for( int n = 0; n < nInfos; ++n ) in ImplVerifySignatures() local
305 m_sODFVersion, aSignInfos[n]); in ImplVerifySignatures()
310 const SignatureInformation& rInfo = aSignInfos[n]; in ImplVerifySignatures()
311 css::security::DocumentSignatureInformation& rSigInfo = arInfos[n]; in ImplVerifySignatures()
360 ! DocumentSignatureHelper::isOOo3_2_Signature(aSignInfos[n]); in ImplVerifySignatures()
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1588 for ( std::size_t n = 0; n < all_elements.size(); ++n ) in exportDialogModel() local
1590 … ElementDescriptor * pElem = static_cast< ElementDescriptor * >( all_elements[ n ].get() ); in exportDialogModel()
/aoo41x/main/xmlreader/source/
H A Dxmlreader.cxx214 sal_Int32 n = text.length; in normalizeLineEnds() local
216 sal_Int32 i = rtl_str_indexOfChar_WithLength(p, n, '\x0D'); in normalizeLineEnds()
222 n -= i + 1; in normalizeLineEnds()
223 if (n == 0 || *p != '\x0A') { in normalizeLineEnds()
227 pad_.add(p, n); in normalizeLineEnds()
/aoo41x/main/xmloff/source/xforms/
H A Dxformsexport.cxx102 for( sal_Int32 n = 0; n < nNames; n++ ) in exportXForms() local
104 Reference<XPropertySet> xModel( xForms->getByName( pNames[n] ), in exportXForms()
709 sal_uInt16 n = sal_uInt16(); in lcl_whitespace() local
710 if( rAny >>= n ) in lcl_whitespace()
712 switch( n ) in lcl_whitespace()
H A DSchemaRestrictionContext.cxx239 for( sal_Int16 n = 0; n < nLength; n++ ) in HandleChild() local
241 if( IsXMLToken( xAttrList->getNameByIndex( n ), XML_VALUE ) ) in HandleChild()
242 sValue = xAttrList->getValueByIndex( n ); in HandleChild()
H A Dxformsapi.cxx140 for( sal_Int32 n = 0; (n < nNames) && !xRet.is(); n++ ) in lcl_findXFormsBindingOrSubmission() local
143 xForms->getByName( pNames[n] ), UNO_QUERY ); in lcl_findXFormsBindingOrSubmission()
/aoo41x/main/xmloff/source/transform/
H A DTransformerBase.cxx1477 sal_uInt32 n ) const in GetAncestorContext()
1482 static_cast<XMLTransformerContextVector::size_type>( n ); in GetAncestorContext()

Completed in 161 milliseconds

12345678910>>...79