Home
last modified time | relevance | path

Searched refs:pAnnotation (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DPDFiumLibraryTest.cxx182 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInEvince()
205 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInEvince()
237 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInAcrobat()
256 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInAcrobat()
262 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInAcrobat()
281 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsMadeInAcrobat()
348 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsDifferentTypes()
359 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsDifferentTypes()
375 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsDifferentTypes()
386 CPPUNIT_ASSERT(pAnnotation); in testAnnotationsDifferentTypes()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/util/
H A DLayoutAnnotation.cpp136 XMLNode* deleteLayoutAnnotation(XMLNode* pAnnotation) in deleteLayoutAnnotation() argument
138 if (!pAnnotation) return 0; in deleteLayoutAnnotation()
140 const string& name = pAnnotation->getName(); in deleteLayoutAnnotation()
146 while (n < pAnnotation->getNumChildren()) in deleteLayoutAnnotation()
152 delete pAnnotation->removeChild(n); in deleteLayoutAnnotation()
159 return pAnnotation; in deleteLayoutAnnotation()
232 if (!pAnnotation) return 0; in deleteLayoutIdAnnotation()
234 const string& name = pAnnotation->getName(); in deleteLayoutIdAnnotation()
240 while (n < pAnnotation->getNumChildren()) in deleteLayoutIdAnnotation()
246 delete pAnnotation->removeChild(n); in deleteLayoutIdAnnotation()
[all …]
H A DLayoutAnnotation.h74 XMLNode* deleteLayoutAnnotation(XMLNode* pAnnotation);
94 XMLNode* deleteLayoutIdAnnotation(XMLNode* pAnnotation);
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/util/
H A DLayoutAnnotation.cpp136 XMLNode* deleteLayoutAnnotation(XMLNode* pAnnotation) in deleteLayoutAnnotation() argument
138 if (!pAnnotation) return 0; in deleteLayoutAnnotation()
140 const string& name = pAnnotation->getName(); in deleteLayoutAnnotation()
146 while (n < pAnnotation->getNumChildren()) in deleteLayoutAnnotation()
152 delete pAnnotation->removeChild(n); in deleteLayoutAnnotation()
159 return pAnnotation; in deleteLayoutAnnotation()
232 if (!pAnnotation) return 0; in deleteLayoutIdAnnotation()
234 const string& name = pAnnotation->getName(); in deleteLayoutIdAnnotation()
240 while (n < pAnnotation->getNumChildren()) in deleteLayoutIdAnnotation()
246 delete pAnnotation->removeChild(n); in deleteLayoutIdAnnotation()
[all …]
H A DLayoutAnnotation.h74 XMLNode* deleteLayoutAnnotation(XMLNode* pAnnotation);
94 XMLNode* deleteLayoutIdAnnotation(XMLNode* pAnnotation);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/util/
H A DRenderUtilities.cpp239 XMLNode* deleteGlobalRenderAnnotation(XMLNode* pAnnotation) in deleteGlobalRenderAnnotation() argument
241 const string& name = pAnnotation->getName(); in deleteGlobalRenderAnnotation()
247 while (n < pAnnotation->getNumChildren()) in deleteGlobalRenderAnnotation()
249 const string &name1 = pAnnotation->getChild(n).getName(); in deleteGlobalRenderAnnotation()
254 pAnnotation->removeChild(n); in deleteGlobalRenderAnnotation()
260 return pAnnotation; in deleteGlobalRenderAnnotation()
282 deleteLocalRenderAnnotation(XMLNode* pAnnotation) in deleteLocalRenderAnnotation() argument
284 const string& name = pAnnotation->getName(); in deleteLocalRenderAnnotation()
290 while (n < pAnnotation->getNumChildren()) in deleteLocalRenderAnnotation()
297 pAnnotation->removeChild(n); in deleteLocalRenderAnnotation()
[all …]
H A DRenderUtilities.h82 LIBSBML_EXTERN XMLNode* deleteGlobalRenderAnnotation(XMLNode* pAnnotation);
89 LIBSBML_EXTERN XMLNode* deleteLocalRenderAnnotation(XMLNode* pAnnotation);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/extension/
H A DLayoutSpeciesReferencePlugin.cpp118 XMLNode *pAnnotation = parentObject->getAnnotation(); in readOtherXML() local
120 if (!pAnnotation) in readOtherXML()
134 pAnnotation = new XMLNode(stream); in readOtherXML()
138 parseSpeciesReferenceAnnotation(pAnnotation,*sr); in readOtherXML()
148 deleteLayoutIdAnnotation(pAnnotation); in readOtherXML()
151 parentObject->setAnnotation(pAnnotation); in readOtherXML()
152 delete pAnnotation; in readOtherXML()
168 parseSpeciesReferenceAnnotation(pAnnotation, *sr); in readOtherXML()
178 deleteLayoutIdAnnotation(pAnnotation); in readOtherXML()
H A DLayoutModelPlugin.cpp285 LayoutModelPlugin::parseAnnotation(SBase *parentObject, XMLNode *pAnnotation) in parseAnnotation() argument
289 if (pAnnotation == NULL || mLayouts.size() > 0) in parseAnnotation()
296 XMLNode& listOfLayouts = pAnnotation->getChild("listOfLayouts"); in parseAnnotation()
316 LayoutModelPlugin::syncAnnotation (SBase *parentObject, XMLNode *pAnnotation) in syncAnnotation() argument
318 if(pAnnotation && pAnnotation->getNumChildren() > 0) in syncAnnotation()
336 if (pAnnotation == NULL) in syncAnnotation()
344 if (pAnnotation->isEnd()) in syncAnnotation()
346 pAnnotation->unsetEnd(); in syncAnnotation()
348 pAnnotation->addChild(*listOfLayouts); in syncAnnotation()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/extension/
H A DLayoutSpeciesReferencePlugin.cpp118 XMLNode *pAnnotation = parentObject->getAnnotation(); in readOtherXML() local
120 if (!pAnnotation) in readOtherXML()
134 pAnnotation = new XMLNode(stream); in readOtherXML()
138 parseSpeciesReferenceAnnotation(pAnnotation,*sr); in readOtherXML()
148 deleteLayoutIdAnnotation(pAnnotation); in readOtherXML()
151 parentObject->setAnnotation(pAnnotation); in readOtherXML()
152 delete pAnnotation; in readOtherXML()
168 parseSpeciesReferenceAnnotation(pAnnotation, *sr); in readOtherXML()
178 deleteLayoutIdAnnotation(pAnnotation); in readOtherXML()
H A DLayoutModelPlugin.cpp285 LayoutModelPlugin::parseAnnotation(SBase *parentObject, XMLNode *pAnnotation) in parseAnnotation() argument
289 if (pAnnotation == NULL || mLayouts.size() > 0) in parseAnnotation()
296 XMLNode& listOfLayouts = pAnnotation->getChild("listOfLayouts"); in parseAnnotation()
316 LayoutModelPlugin::syncAnnotation (SBase *parentObject, XMLNode *pAnnotation) in syncAnnotation() argument
318 if(pAnnotation && pAnnotation->getNumChildren() > 0) in syncAnnotation()
336 if (pAnnotation == NULL) in syncAnnotation()
344 if (pAnnotation->isEnd()) in syncAnnotation()
346 pAnnotation->unsetEnd(); in syncAnnotation()
348 pAnnotation->addChild(*listOfLayouts); in syncAnnotation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipdf/
H A Dpdfread.cxx270 auto pAnnotation = pPage->getAnnotation(nAnnotation); in findAnnotations() local
271 if (pAnnotation) in findAnnotations()
273 auto eSubtype = pAnnotation->getSubType(); in findAnnotations()
286 basegfx::B2DRectangle rRectangle = pAnnotation->getRectangle(); in findAnnotations()
303 Color aColor = pAnnotation->getColor(); in findAnnotations()
317 auto const& rVertices = pAnnotation->getVertices(); in findAnnotations()
339 pMarker->maFillColor = pAnnotation->getInteriorColor(); in findAnnotations()
351 auto const& rStrokesList = pAnnotation->getInkStrokes(); in findAnnotations()
366 float fWidth = pAnnotation->getBorderWidth(); in findAnnotations()
374 size_t nCount = pAnnotation->getAttachmentPointsCount(); in findAnnotations()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/
H A DFbcModelPlugin.cpp356 XMLNode* deleteFbcAnnotation(XMLNode* pAnnotation) in deleteFbcAnnotation() argument
358 if (pAnnotation == NULL) in deleteFbcAnnotation()
361 const string& name = pAnnotation->getName(); in deleteFbcAnnotation()
365 return pAnnotation; in deleteFbcAnnotation()
369 while (n < pAnnotation->getNumChildren()) in deleteFbcAnnotation()
376 delete pAnnotation->removeChild(n); in deleteFbcAnnotation()
383 return pAnnotation; in deleteFbcAnnotation()
456 if (!pAnnotation) in readOtherXML()
471 pAnnotation = new XMLNode(stream); in readOtherXML()
493 parentObject->setAnnotation(pAnnotation); in readOtherXML()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/annotations/
H A DAnnotation.cxx306 Annotation* pAnnotation = dynamic_cast< Annotation* >( xAnnotation.get() ); in CreateUndoInsertOrRemoveAnnotation() local
307 if( pAnnotation ) in CreateUndoInsertOrRemoveAnnotation()
319 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in CreateChangeUndo() local
320 if (pAnnotation) in CreateChangeUndo()
321 pAnnotation->createChangeUndo(); in CreateChangeUndo()
326 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in getAnnotationId() local
328 if (pAnnotation) in getAnnotationId()
329 nId = pAnnotation->GetId(); in getAnnotationId()
335 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in getAnnotationPage() local
336 if (pAnnotation) in getAnnotationPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/annotations/
H A DAnnotation.cxx379 Annotation* pAnnotation = dynamic_cast< Annotation* >( xAnnotation.get() ); in CreateUndoInsertOrRemoveAnnotation() local
380 if( pAnnotation ) in CreateUndoInsertOrRemoveAnnotation()
392 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in CreateChangeUndo() local
393 if (pAnnotation) in CreateChangeUndo()
394 pAnnotation->createChangeUndo(); in CreateChangeUndo()
399 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in getAnnotationId() local
401 if (pAnnotation) in getAnnotationId()
402 nId = pAnnotation->GetId(); in getAnnotationId()
408 Annotation* pAnnotation = dynamic_cast<Annotation*>(xAnnotation.get()); in getAnnotationPage() local
409 if (pAnnotation) in getAnnotationPage()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/extension/
H A DRenderLayoutPlugin.cpp203 RenderLayoutPlugin::syncAnnotation (SBase *parentObject, XMLNode *pAnnotation) in syncAnnotation() argument
205 if(pAnnotation && pAnnotation->getNumChildren() > 0) in syncAnnotation()
223 if (pAnnotation == NULL) in syncAnnotation()
231 if (pAnnotation->isEnd()) in syncAnnotation()
233 pAnnotation->unsetEnd(); in syncAnnotation()
235 pAnnotation->addChild(render->getChild(0)); in syncAnnotation()
H A DRenderListOfLayoutsPlugin.cpp345 RenderListOfLayoutsPlugin::syncAnnotation (SBase *parentObject, XMLNode *pAnnotation) in syncAnnotation() argument
347 if(pAnnotation && pAnnotation->getNumChildren() > 0) in syncAnnotation()
366 if (pAnnotation == NULL) in syncAnnotation()
374 if (pAnnotation->isEnd()) in syncAnnotation()
376 pAnnotation->unsetEnd(); in syncAnnotation()
378 pAnnotation->addChild(render->getChild(0)); in syncAnnotation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.hxx47 void SetAnnotation(ScXMLAnnotationContext* pAnnotation) { pAnnotationContext = pAnnotation; } in SetAnnotation() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.hxx48 void SetAnnotation(ScXMLAnnotationContext* pAnnotation) { pAnnotationContext = pAnnotation; } in SetAnnotation() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/pdf/
H A Dsdpdffilter.cxx111 auto* pAnnotation = static_cast<sd::Annotation*>(xAnnotation.get()); in Import() local
112 pAnnotation->createCustomAnnotationMarker(); in Import()
114 = pAnnotation->getCustomAnnotationMarker(); in Import()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/pdf/
H A DPDFiumLibrary.cxx212 PDFiumAnnotationImpl(FPDF_ANNOTATION pAnnotation);
694 auto pAnnotation = static_cast<PDFiumAnnotationImpl*>(rAnnotation.get()); in getAnnotationIndex() local
695 return FPDFPage_GetAnnotIndex(mpPage, pAnnotation->getPointer()); in getAnnotationIndex()
701 FPDF_ANNOTATION pAnnotation = FPDFPage_GetAnnot(mpPage, nIndex); in getAnnotation() local
702 if (pAnnotation) in getAnnotation()
704 pPDFiumAnnotation = std::make_unique<PDFiumAnnotationImpl>(pAnnotation); in getAnnotation()
1016 PDFiumAnnotationImpl::PDFiumAnnotationImpl(FPDF_ANNOTATION pAnnotation) in PDFiumAnnotationImpl() argument
1017 : mpAnnotation(pAnnotation) in PDFiumAnnotationImpl()
1222 FPDF_ANNOTATION pAnnotation = FPDFAnnot_GetLinkedAnnot(mpAnnotation, rKey.getStr()); in getLinked() local
1223 if (pAnnotation) in getLinked()
[all …]
/dports/graphics/podofo/podofo-0.9.7/test/CreationTest/
H A DCreationTest.cpp53 PdfAnnotation* pAnnotation = in CreateUnicodeAnnotationText() local
57 pAnnotation->SetTitle( sGerman ); in CreateUnicodeAnnotationText()
58 pAnnotation->SetContents( sJap ); in CreateUnicodeAnnotationText()
59 pAnnotation->SetOpen( true ); in CreateUnicodeAnnotationText()
94 PdfAnnotation* pAnnotation = in CreateUnicodeAnnotationFreeText() local
98 pAnnotation->SetTitle( sGerman ); in CreateUnicodeAnnotationFreeText()
99 pAnnotation->SetContents( sJap ); in CreateUnicodeAnnotationFreeText()
101 pAnnotation->GetObject()->GetDictionary().AddKey( PdfName("DA"), PdfString(oss.str()) ); in CreateUnicodeAnnotationFreeText()
102 pAnnotation->GetObject()->GetDictionary().AddKey( PdfName("DR"), resources ); in CreateUnicodeAnnotationFreeText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/annotations/
H A Dannotationtag.cxx227 auto* pAnnotation = dynamic_cast<sd::Annotation*>(mxAnnotation.get()); in CreateB2dIAObject() local
229 if (pAnnotation && pAnnotation->hasCustomAnnotationMarker()) in CreateB2dIAObject()
231 … CustomAnnotationMarker& rCustomAnnotationMarker = pAnnotation->getCustomAnnotationMarker(); in CreateB2dIAObject()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dini_file_reader.c417 AnnotationEntry *pAnnotation; in iniSetBuiltinAnnotations() local
420 pAnnotation = builtins; in iniSetBuiltinAnnotations()
421 pAnnotation->func_name = "LOCAL_IP_GET"; in iniSetBuiltinAnnotations()
422 pAnnotation->func_get = iniAnnotationFuncLocalIpGet; in iniSetBuiltinAnnotations()
423 pAnnotation++; in iniSetBuiltinAnnotations()
425 pAnnotation->func_name = "REPLACE_VARS"; in iniSetBuiltinAnnotations()
426 pAnnotation->func_get = iniAnnotationReplaceVars; in iniSetBuiltinAnnotations()
427 pAnnotation->func_free = iniAnnotationFreeValues; in iniSetBuiltinAnnotations()
428 pAnnotation++; in iniSetBuiltinAnnotations()
432 pAnnotation->func_name = "SHELL_EXEC"; in iniSetBuiltinAnnotations()
[all …]