| /AOO41X/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 119 ::SetProgressState(This.Where() * 100 / This.pDoc->Count(), in operator <<() 170 if (ulEnd > aSep.Where()) // naechster Sep vorher? in OutStart() 171 ulEnd = aSep.Where(); in OutStart() 173 if (ulEnd > aPap.Where()) // naechster Pap vorher? in OutStart() 174 ulEnd = aPap.Where(); in OutStart() 176 if (ulEnd > aChp.Where()) // naechster Chp vorher? in OutStart() 177 ulEnd = aChp.Where(); in OutStart() 179 if (ulEnd > aFtn.Where()) // naechster Ftn vorher? in OutStart() 180 ulEnd = aFtn.Where(); in OutStart() 182 if (ulEnd > pFld->Where()) // naechster Fld vorher? in OutStart() [all …]
|
| H A D | w1class.hxx | 153 sal_uLong Where() const { return ulSeek; } in Where() function in Ww1PlainText 870 sal_uLong Where(sal_uInt16); // wie im jeweiligen plc 873 begin = Where(nIndex); in Fill() 874 end = Where(nIndex+1); } in Fill() 993 sal_uLong Where(sal_uInt16 nIndex) // absolut im file in Where() function in Ww1PlcFields 994 { return Ww1Plc::Where(nIndex) + rFib.GetFIB().fcMinGet(); } in Where() 1031 sal_uLong WhereCP(sal_uInt16 nIndex) { return Ww1Plc::Where(nIndex); } in WhereCP() 1033 sal_uLong Where(sal_uInt16 nIndex) in Where() function in Ww1PlcBookmarkPos 1036 ? Ww1Plc::Where(nIndex) + rFib.GetFIB().fcMinGet() in Where() 1068 sal_uLong Where(sal_uInt16); // wie im entsprechenden fkp [all …]
|
| H A D | w1class.cxx | 773 for (;nIndex <= iMac && Where(nIndex) < ulSeek;nIndex++) in Seek() 777 sal_uLong Ww1Plc::Where(sal_uInt16 nIndex) in Where() function in Ww1Plc 913 sal_uLong l0 = pPos[0]->Where(nPlcIdx[0]); in operator ++() 914 sal_uLong l1 = pPos[1]->Where(nPlcIdx[1]); in operator ++() 946 return pPos[1]->Where(nEndIdx) - pPos[0]->Where(nPlcIdx[0]); in Len() 966 sal_uLong Ww1Fkp::Where(sal_uInt16 nIndex) in Where() function in Ww1Fkp 1075 while (ulSeek > Where()) in Seek() 1083 sal_uLong Ww1Pap::Where( sal_Bool bSetIndex ) in Where() function in Ww1Pap 1097 ulRet = pPap->Where(nFkpIndex) - rFib.GetFIB().fcMinGet(); in Where() 1163 Where( sal_False ); in HasId() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.hxx | 150 long Where() { return ( nIdx >= nIMax ) ? LONG_MAX : pPLCF_PosArray[nIdx]; } in Where() function in WW8PLCFspecial 230 long Where(); 276 long Where(); 303 virtual long Where() = 0; 331 virtual long Where(); 350 virtual long Where(); 406 WW8_FC Where() { return ( nIdx<nIMax) in Where() function in WW8PLCFx_Fc_FKP::WW8Fkp 451 virtual WW8_FC Where(); 483 virtual WW8_CP Where(); 507 virtual long Where(); [all …]
|
| H A D | ww8scan.cxx | 871 WW8_CP WW8PLCFx_PCDAttrs::Where() in Where() function in WW8PLCFx_PCDAttrs 873 return ( pPcd ) ? pPcd->Where() : LONG_MAX; in Where() 1069 WW8_CP WW8PLCFx_PCD::Where() in Where() function in WW8PLCFx_PCD 1071 return pPcdI ? pPcdI->Where() : LONG_MAX; in Where() 2285 long WW8PLCF::Where() const in Where() function in WW8PLCF 2372 long WW8PLCFpcd_Iter::Where() const in Where() function in WW8PLCFpcd_Iter 2794 WW8_FC WW8PLCFx_Fc_FKP::Where() in Where() function in WW8PLCFx_Fc_FKP 2801 WW8_FC nP = pFkp->Where(); in Where() 2806 return Where(); // am einfachsten rekursiv in Where() 2835 if( pFkp->Where() == LONG_MAX ) in operator ++() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 228 sal_Int32 Where() const in Where() function in WW8PLCFspecial 312 WW8_CP Where() const; 353 sal_Int32 Where() const; 393 virtual WW8_FC Where() = 0; 426 virtual WW8_FC Where(); 451 virtual WW8_FC Where(); 518 WW8_FC Where() const in Where() function in WW8PLCFx_Fc_FKP::WW8Fkp 584 virtual WW8_FC Where(); 619 virtual WW8_CP Where(); 649 virtual WW8_FC Where(); [all …]
|
| H A D | ww8scan.cxx | 995 WW8_CP WW8PLCFx_PCDAttrs::Where() in Where() function in WW8PLCFx_PCDAttrs 997 return ( pPcd ) ? pPcd->Where() : WW8_CP_MAX; in Where() 1193 WW8_CP WW8PLCFx_PCD::Where() in Where() function in WW8PLCFx_PCD 1195 return pPcdI ? pPcdI->Where() : WW8_CP_MAX; in Where() 2539 WW8_CP WW8PLCF::Where() const in Where() function in WW8PLCF 2631 sal_Int32 WW8PLCFpcd_Iter::Where() const in Where() function in WW8PLCFpcd_Iter 3131 WW8_FC WW8PLCFx_Fc_FKP::Where() in Where() function in WW8PLCFx_Fc_FKP 3138 WW8_FC nP = pFkp->Where(); in Where() 3143 return Where(); // am einfachsten rekursiv in Where() 3172 if( pFkp->Where() == WW8_FC_MAX ) in operator ++() [all …]
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | SingleSelectQueryComposer.cxx | 368 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setQuery() 597 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in composeStatementFromParts() 623 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setElementaryQuery() 632 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setElementaryQuery() 679 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setSingleAdditiveClause() 684 if ( ( _ePart == Where ) || ( _ePart == Having ) ) in setSingleAdditiveClause() 693 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setSingleAdditiveClause() 709 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setSingleAdditiveClause() 714 for ( SQLPart eLoopParts = Where; eLoopParts != SQLPartCount; incSQLPart( eLoopParts ) ) in setSingleAdditiveClause() 733 setSingleAdditiveClause( Where, filter ); in setFilter() [all …]
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_4/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_2/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_7/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_11/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 256 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_6/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_5/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Root_3/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 250 # Where 'obj' is a standard or added object
|
| /AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/ |
| H A D | openssl.cfg | 58 dir = ./demoCA # Where everything is kept 59 certs = $dir/certs # Where the issued certs are kept 60 crl_dir = $dir/crl # Where the issued crl are kept 251 # Where 'obj' is a standard or added object
|