Home
last modified time | relevance | path

Searched refs:p (Results 51 – 75 of 3060) sorted by relevance

12345678910>>...123

/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl67 <p>
74 </p>
76 <p>
81 </p>
96 <p>
109 <p>
119 <p>
129 <p>
139 <p>
162 </p>
[all …]
/trunk/main/cppu/source/threadpool/
H A Dthreadident.cxx65 if( ! p->bInit ) in uno_getIdOfCurrentThread()
77 p->bInit = sal_True; in uno_getIdOfCurrentThread()
81 p->nRefCountOfCurrentId ++; in uno_getIdOfCurrentThread()
96 OSL_ASSERT( p ); in uno_releaseIdFromCurrentThread()
99 p->nRefCountOfCurrentId --; in uno_releaseIdFromCurrentThread()
100 if( ! p->nRefCountOfCurrentId && (p->pLocalThreadId != p->pCurrentId) ) in uno_releaseIdFromCurrentThread()
102 rtl_byte_sequence_assign( &(p->pCurrentId) , p->pLocalThreadId ); in uno_releaseIdFromCurrentThread()
110 if( ! p->bInit ) in uno_bindIdToCurrentThread()
112 p->pLocalThreadId = 0; in uno_bindIdToCurrentThread()
115 p->pCurrentId = pThreadId; in uno_bindIdToCurrentThread()
[all …]
/trunk/main/sc/source/core/data/
H A Dclipparam.cxx72 for (ScRangePtr p = maRanges.First(); p; p = maRanges.Next()) in getPasteColSize() local
73 nColSize += p->aEnd.Col() - p->aStart.Col() + 1; in getPasteColSize()
105 for (ScRangePtr p = maRanges.First(); p; p = maRanges.Next()) in getPasteRowSize() local
106 nRowSize += p->aEnd.Row() - p->aStart.Row() + 1; in getPasteRowSize()
121 for (ScRange* p = aRanges.First(); p; p = aRanges.Next()) in getWholeRange() local
125 aWhole = *p; in getWholeRange()
163 ScRange* p = maRanges.First(); in transpose() local
166 for (; p; p = maRanges.Next()) in transpose()
171 SCCOL nCol2 = static_cast<SCCOL>(p->aEnd.Row() - p->aStart.Row()); in transpose()
173 SCROW nRow2 = static_cast<SCROW>(p->aEnd.Col() - p->aStart.Col()); in transpose()
[all …]
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx130 p->SetUserData( ATTR_IMP_TYPE ); in SbStdPicture()
133 p->SetUserData( ATTR_IMP_WIDTH ); in SbStdPicture()
242 p->SetUserData( ATTR_IMP_BOLD ); in SbStdFont()
482 p->SetFlag( SBX_DONTSTORE ); in SbStdClipboard()
483 p->SetUserData( METH_CLEAR ); in SbStdClipboard()
485 p->SetFlag( SBX_DONTSTORE ); in SbStdClipboard()
486 p->SetUserData( METH_GETDATA ); in SbStdClipboard()
488 p->SetFlag( SBX_DONTSTORE ); in SbStdClipboard()
491 p->SetFlag( SBX_DONTSTORE ); in SbStdClipboard()
494 p->SetFlag( SBX_DONTSTORE ); in SbStdClipboard()
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl84 </p>
112 </p>
123 </p>
126 </p>
133 </p>
169 </p>
172 </p>
176 </p>
217 </p>
221 </p>
[all …]
H A DXLayerHandler.idl63 </p>
79 </p>
103 </p>
113 </p>
116 </p>
150 </p>
153 </p>
158 </p>
199 </p>
204 </p>
[all …]
H A DXSchemaHandler.idl59 </p>
75 </p>
121 </p>
147 </p>
171 </p>
181 </p>
214 </p>
261 </p>
285 </p>
325 </p>
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx252 while (p < pStop && *p == ' ') in ConvertStringToValue()
272 while (p < pStop && *p == ' ') in ConvertStringToValue()
274 if (p < pStop && !CharClass::isAsciiDigit(*p)) in ConvertStringToValue()
308 if ((*p != 'T' || (p+1 == pStop)) && *p != ' ') in ConvertStringToValue()
320 if ((*p != ':' || (p+1 == pStop)) && *p != ' ') in ConvertStringToValue()
326 if (((*p != ',' && *p != '.') || (p+1 == pStop)) && *p != ' ') in ConvertStringToValue()
349 while (p < pStop && *p == ' ') in ConvertStringToValue()
558 *p++ = 0; in CreateDoubleArr()
644 *p++ = 0; in CreateStringArr()
744 *p++ = 0; in CreateCellArr()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx103 if ( p ) in Compare()
569 for( StgDirEntry* p = aIter.First(); p && bRes; p = aIter.Next() ) in Commit() local
613 while( p ) in Revert()
619 (StgAvlNode**) &p->pUp->pDown, p ); in Revert()
767 while( p ) in IsContained()
795 for( StgDirEntry* p = aIter.First(); p; p = aIter.Next() ) in Invalidate() local
864 if( p ) in SetupEntry()
978 if( !p ) in Store()
1076 if( p ) in Rename()
1084 p->bRenamed = p->bDirty = sal_True; in Rename()
[all …]
/trunk/main/salhelper/qa/
H A Dtest_api.cxx86 ASSERT_TRUE(typeid (*p.get()) != typeid (salhelper::Condition)); in TEST_F()
87 ASSERT_TRUE(typeid (p.get()) == typeid (salhelper::Condition *)); in TEST_F()
89 typeid (const_cast< salhelper::Condition const * >(p.get())) in TEST_F()
98 salhelper::ConditionModifier * p = 0; in TEST_F() local
113 salhelper::ConditionWaiter * p = 0; in TEST_F() local
114 ASSERT_TRUE(typeid (*p) == typeid (salhelper::ConditionWaiter)); in TEST_F()
147 salhelper::ORealDynamicLoader * p = 0; in TEST_F() local
179 delete static_cast< DerivedSimpleReferenceObject * >(p); in TEST_F()
187 ASSERT_TRUE(dynamic_cast< DerivedCondition * >(p.get()) != 0); in TEST_F()
191 std::auto_ptr< salhelper::ConditionWaiter::timedout > p( in TEST_F() local
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx48 SbxAppData* p = *ppData; in TYPEINIT0() local
49 if( !p ) in TYPEINIT0()
51 return p; in TYPEINIT0()
133 p->eSbxError = e; in SetError()
269 if( p ) in Load()
271 p->nFlags = nFlags; in Load()
282 SbxBaseRef aRef( p ); in Load()
283 p = NULL; in Load()
290 SbxBaseRef aRef( p ); in Load()
291 p = NULL; in Load()
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl52 data access objects.</p>
66 is required.</p>
100 <p>If the sequence is empty, it is ignored.</p>
111 <member>Command</member></p>
113 <p>If no ActiveConnection is given, then a <member>DataSourceName</member> is required.</p>
131 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
150 in the DataAccessDescriptor.</p>
160 <p>The keyword <code>ORDER BY</code> itself is not part of this property.</p>
167 <p>The keyword <code>HAVING</code> itself is not part of this property.</p>
174 <p>The keyword <code>GROUP BY</code> itself is not part of this property.</p>
[all …]
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl60 </ul></p>
71 </ol></p>
101 unrelated resources.</p>
121 set.</p></li>
129 set.</p></li>
135 are not set.</p></li>
144 from a cash).</p>
154 </ul></p>
228 be necessary.</p>
234 drawing framework.</p>
[all …]
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl51 <p>The default value is <FALSE/></p>
59 <p>The value given here is ignored if <member>ShowRowHeader</member> is <FALSE/>.</p>
65 <p>The default value is <TRUE/></p>
73 <p>The value given here is ignored if <member>ShowColumnHeader</member> is <FALSE/>.</p>
94 …<p>The default for this property is an empty instance of the <type>DefaultGridColumnModel</type>.<…
106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
111 <p>The default value is <FALSE/></p>
116 <p>The default value is <FALSE/></p>
125 <p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p>
194 …<p>If this sequence is empty, all rows will use the same background color as the control as whole.…
[all …]
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx49 pParser = p; in SV_IMPL_PTRARR()
144 p->pIn = this; in AddSym()
147 return p; in AddSym()
156 p->nProcId = 0; in AddProc()
160 return p; in AddProc()
209 if( ( !p->nProcId || ( p->nProcId == nProcId ) ) in Find()
211 return p; in Find()
226 if( p->nId == n && ( !p->nProcId || ( p->nProcId == nProcId ) ) ) in FindId()
227 return p; in FindId()
248 if( p ) in Define()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx650 * p++ = 0x9061f800;
651 * p++ = 0x9081f804;
652 * p++ = 0x90a1f808;
653 * p++ = 0x90c1f80c;
654 * p++ = 0x90e1f810;
655 * p++ = 0x9101f814;
656 * p++ = 0x9121f818;
657 * p++ = 0x9141f81c;
659 * p++ = 0xd821f820;
703 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { local
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx650 * p++ = 0x9061f800;
651 * p++ = 0x9081f804;
652 * p++ = 0x90a1f808;
653 * p++ = 0x90c1f80c;
654 * p++ = 0x90e1f810;
655 * p++ = 0x9101f814;
656 * p++ = 0x9121f818;
657 * p++ = 0x9141f81c;
659 * p++ = 0xd821f820;
703 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { local
[all …]
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx82 if ( !p ) in Insert()
118 if ( !p ) in Insert()
153 if ( p ) in Remove()
155 return p; in Remove()
174 if ( !p ) in Replace()
241 if ( !p ) in GetIndex()
310 if ( !p ) in Seek()
339 return p; in First()
359 return p; in Last()
379 return p; in Next()
[all …]
/trunk/main/sc/inc/
H A Dformularesult.hxx227 if (!p) in ResolveToken()
229 mpToken = p; in ResolveToken()
306 if (p) in SetToken()
307 p->IncRef(); in SetToken()
314 (p && p->GetType() == formula::svMatrixCell ? in SetToken()
327 p->DecRef(); in SetToken()
329 else if (p) in SetToken()
335 p->DecRef(); in SetToken()
347 ResolveToken( p); in SetToken()
406 if (p) in IsEmptyDisplayedAsString()
[all …]
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx578 if( p ) in StartDefinitions()
584 if( p ) in StartDefinitions()
688 if( p ) in TYPEINIT1()
1005 p = p->GetParent(); in ClearUnoObjectsInRTL_Impl()
1388 while( (p = p->GetParent()) != NULL ) in implClearIfVarDependsOnDeletedBasic()
1530 sal_uInt32 nOp1 = *p++; nOp1 |= *p++ << 8; in FindNextStmnt()
1531 nOp1 |= *p++ << 16; nOp1 |= *p++ << 24; in FindNextStmnt()
1539 nl = *p++; nl |= *p++ << 8; in FindNextStmnt()
1540 nl |= *p++ << 16 ; nl |= *p++ << 24; in FindNextStmnt()
1541 nc = *p++; nc |= *p++ << 8; in FindNextStmnt()
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_global.c203 void * p = 0; in rtl_allocateMemory() local
236 return (p); in rtl_allocateMemory()
243 if (p != 0) in rtl_freeMemory()
261 if (p != 0) in rtl_reallocateMemory()
267 if (p != 0) in rtl_reallocateMemory()
280 rtl_freeMemory (p), p = 0; in rtl_reallocateMemory()
282 return (p); in rtl_reallocateMemory()
313 free (p); in rtl_freeMemory()
342 if (p != 0) in rtl_allocateZeroMemory()
344 return (p); in rtl_allocateZeroMemory()
[all …]
/trunk/main/soltools/cpp/
H A D_eval.c627 uchar *p, c; in tokval() local
651 p = tp->t; in tokval()
657 if (p[1] == 'x' || p[1] == 'X') in tokval()
662 p++; in tokval()
676 for (; *p; p++) in tokval()
678 if (*p == 'u' || *p == 'U') in tokval()
681 if (*p == 'l' || *p == 'L') in tokval()
696 p = tp->t; in tokval()
699 p += 1; in tokval()
702 p += 1; in tokval()
[all …]
/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx85 p = static_cast<char*>(p) + 2*sizeof(signature_type); in init()
87 p = static_cast<char*>(p) + sizeof(signature_type); in init()
90 return p; in init()
97 p = static_cast<char*>(p) - 2*sizeof(signature_type); in fini()
99 p = static_cast<char*>(p) - sizeof(signature_type); in fini()
106 return p; in fini()
155 if (p != 0) in allocate()
156 return rTraits.init (p); in allocate()
189 if (p) in deallocate()
208 deallocate (p, ScalarTraits()); in operator delete()
[all …]
/trunk/main/formula/inc/formula/
H A Dintruref.hxx42 T* p; member in formula::SimpleIntrusiveReference
47 p = r.p; in SimpleIntrusiveReference()
48 if ( p ) in SimpleIntrusiveReference()
53 p = t; in SimpleIntrusiveReference()
54 if ( p ) in SimpleIntrusiveReference()
59 if ( p ) in Clear()
62 p = 0; in Clear()
67 if ( p ) in ~SimpleIntrusiveReference()
74 if ( p ) in operator =()
76 p = t; in operator =()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldReferenceType.idl49 <p><b>Named Item</b></p>
61 <p>The difference for item combinations containing the base item is shown as empty result.</p>
63 <p><b>Previous or Next</b></p>
71 <p>Empty results are handled as for named items (see above).<p>
75 shown as empty result.</p>
117 <p>Totals outside of the base field are shown as empty results.</p>
126 <p>If there are several data fields, the total for the result's data field is used.</p>
131 <p>Division by zero results in an error.</p>
133 <p>Otherwise, empty results remain empty.</p>
156 <p>( original result * grand total ) / ( row total * column total )</p>
[all …]

Completed in 177 milliseconds

12345678910>>...123